diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-01-13 19:14:28 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-01-13 19:14:28 +0100 |
commit | e7e68c08ba55c2d09a314484e7f4add5c1db90fc (patch) | |
tree | cce4c0280b55a35450f2f0c38e63f4f843044f72 /libs/glib2 | |
parent | ae19abe3305edfd8d8fd086f157c96e6450e5e40 (diff) |
glib2: add --enable-libmount=no to HOST_CONFIGURE_ARGS
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'libs/glib2')
-rw-r--r-- | libs/glib2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index 5bd0d1cce..dce64f960 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=glib2 PKG_VERSION:=2.50.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz PKG_BUILD_DIR:=$(BUILD_DIR)/glib-$(PKG_VERSION) @@ -47,7 +47,8 @@ endef HOST_CONFIGURE_ARGS += \ --disable-selinux \ --with-libiconv=gnu \ - --with-pcre=internal + --with-pcre=internal \ + --enable-libmount=no CONFIGURE_ARGS += \ --enable-shared \ |