diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-02 19:12:23 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-02 19:12:23 -0500 |
commit | 484099ce3b43b036dfdc6007a6c0718f92cbedb9 (patch) | |
tree | 57ba5e9d3e22340984af1f7714f2962f498aa0cc /package | |
parent | a54e770cf5590314d29ab8b462332a0e873a8304 (diff) |
fix cross-compile from x86/x86_64 to x86 with uClibc. zlib detection fails without argument and -L/lib is added to the test
Diffstat (limited to 'package')
-rw-r--r-- | package/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 1671c8556..93d898edd 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libxml2 PKG_VERSION:= 2.9.2 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_HASH:= 5178c30b151d044aefb1b08bf54c3003a0ac55c59c866763997529d60770d5bc PKG_DESCR:= xml parser and toolkit PKG_SECTION:= libs/data @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --without-c14n \ --with-xpath \ --with-xptr \ --with-python \ - --with-zlib + --with-zlib='$(STAGING_TARGET_DIR)/usr' libxml2-install: $(INSTALL_DIR) $(IDIR_LIBXML2)/usr/lib |