summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-08 10:06:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-08 10:15:37 +0200
commit026a84a3425889e31739be3b36f75076928fa6ca (patch)
tree8356cd52d62872c0f36ce20cbc65c522669aacea /package
parent0edac6c955515d00ee5bc22adda698354af77d29 (diff)
glib: disable selinux, add libffi dependency
Diffstat (limited to 'package')
-rw-r--r--package/glib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 5f088d194..5dbfc4745 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -10,7 +10,7 @@ PKG_EXTRAVER:= 2.56
PKG_HASH:= 40ef3f44f2c651c7a31aedee44259809b6f03d3d20be44545cd7d177221c0b8d
PKG_DESCR:= low-level core library that forms the basis of gtk+
PKG_SECTION:= libs/misc
-PKG_DEPENDS:= libpcre zlib
+PKG_DEPENDS:= libpcre zlib libffi
PKG_BUILDDEP:= glib-host util-linux libffi zlib dbus pcre
HOST_BUILDDEP:= pkgconf-host libiconv-host libffi-host python2-host gettext-host util-linux-host
PKG_NEEDS:= threads intl iconv
@@ -49,6 +49,7 @@ ifneq ($(OS_FOR_BUILD),CYGWIN)
HOST_CFLAGS+= -fPIC
endif
HOST_CONFIGURE_ARGS+= --disable-fam \
+ --disable-selinux \
--disable-dtrace \
--enable-static \
--with-pcre=internal \