This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
glib2: add --enable-libmount=no to HOST_CONFIGURE_ARGS
Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner
8 years ago
parent
ae19abe330
commit
e7e68c08ba
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
libs/glib2/Makefile
+ 3
- 2
libs/glib2/Makefile
View File
@ -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
\
Write
Preview
Loading…
Cancel
Save