glib: Specify --disable-libelf

This commit is contained in:
Fredrik Fornwall 2016-05-04 17:54:26 -04:00
parent 69987739f1
commit 6fbbe50fcf
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-compile-warnings --disable-gtk-doc --
# --disable-znodelete to avoid DF_1_NODELETE which most Android 5.0 linkers
# does not support:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-znodelete"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-libelf"
TERMUX_PKG_RM_AFTER_INSTALL="share/gtk-doc share/locale share/glib-2.0/gettext share/gdb/auto-load share/glib-2.0/codegen share/glib-2.0/gdb lib/glib-2.0/include bin/gtester-report bin/glib-mkenums bin/glib-gettextize bin/gdbus-codegen"
# glib checks for __BIONIC__ instead of __ANDROID__