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
Merge pull request
#585
from chewi/master
libxml2: Fix zlib detection the right way
lilik-openwrt-22.03
Michael Heimpold
10 years ago
parent
5c74e4fc56
a540959020
commit
bfd83c310f
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
libs/libxml2/Makefile
+ 1
- 2
libs/libxml2/Makefile
View File
@ -42,7 +42,6 @@ define Package/libxml2/description
e
n
d
e
f
TARGET_CFLAGS
+=
$(
FPIC
)
TARGET_LDFLAGS
+=
-lz
CONFIGURE_ARGS
+=
\
--enable-shared
\
@ -73,7 +72,7 @@ CONFIGURE_ARGS += \
--with-xinclude
\
--with-xpath
\
--with-xptr
\
--with-zlib
\
--with-zlib
=
$(
STAGING_DIR
)
/usr
\
--without-lzma
HOST_CONFIGURE_ARGS
+=
\
Write
Preview
Loading…
Cancel
Save