projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae19abe
)
glib2: add --enable-libmount=no to HOST_CONFIGURE_ARGS
author
Peter Wagner
<tripolar@gmx.at>
Fri, 13 Jan 2017 18:14:28 +0000
(19:14 +0100)
committer
Peter Wagner
<tripolar@gmx.at>
Fri, 13 Jan 2017 18:14:28 +0000
(19:14 +0100)
Signed-off-by: Peter Wagner <tripolar@gmx.at>
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 5bd0d1cceb095eb046d24257ac3d8d6214143941..dce64f9606da857f0a430fca50c3cd844d44c69f 100644
(file)
--- 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 \