1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 21:03:56 +02:00

Merge pull request #585 from chewi/master

libxml2: Fix zlib detection the right way
This commit is contained in:
Michael Heimpold 2014-12-04 20:41:48 +01:00
commit bfd83c310f

View File

@ -42,7 +42,6 @@ define Package/libxml2/description
endef
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 += \