summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrMagne <mr.magne@yahoo.fr>2015-12-02 09:33:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-02 09:33:51 (GMT)
commitc0b12c17f894a4596db450c562c2968191917bc9 (patch)
tree864c3f52b2a9d8a1a9e0365f8553c17c54b498c0
parent1db55636477322e6d38becd9bb788b2946b5f7ea (diff)
downloadmxe-c0b12c17f894a4596db450c562c2968191917bc9.zip
mxe-c0b12c17f894a4596db450c562c2968191917bc9.tar.gz
mxe-c0b12c17f894a4596db450c562c2968191917bc9.tar.bz2
libxml2: fix zlib detection
-rw-r--r--src/libxml2.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libxml2.mk b/src/libxml2.mk
index 14a4dc9..47408af 100644
--- a/src/libxml2.mk
+++ b/src/libxml2.mk
@@ -22,6 +22,7 @@ define $(PKG)_BUILD
$(SED) -i 's,`uname`,MinGW,g' '$(1)/xml2-config.in'
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
+ --with-zlib='$(PREFIX)/$(TARGET)/lib' \
--without-debug \
--without-python \
--without-threads