>From a6f257263088491f061d5bf41b9d451da3b198d0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 20 Jan 2016 18:25:21 +0100 Subject: [PATCH 3/4] Disable support for the compressed files in libxml2 This is not used by lmi and results in mysterious crashes when using the native MinGW-w64 4.9 compiler, apparently due to some weird mismatch between the headers and the library shipping with it. --- install_libxml2_libxslt.make | 1 + 1 file changed, 1 insertion(+) diff --git a/install_libxml2_libxslt.make b/install_libxml2_libxslt.make index e9ed414..8e13366 100644 --- a/install_libxml2_libxslt.make +++ b/install_libxml2_libxslt.make @@ -82,6 +82,7 @@ libxml2-2.6.26_options := \ --without-modules \ --without-schematron \ --without-threads \ + --without-zlib \ libxslt-1.1.17_options := \ $(common_options) \ -- 2.5.1