lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master cc896ec 2/2: Build libxml2 without zlib, at l


From: Greg Chicares
Subject: [lmi-commits] [lmi] master cc896ec 2/2: Build libxml2 without zlib, at least for the time being
Date: Mon, 28 Aug 2017 12:56:05 -0400 (EDT)

branch: master
commit cc896ecba84b56bdb0c87c7dd5b211c36c5c7882
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Build libxml2 without zlib, at least for the time being
    
    Added '--without-zlib' to libxml2 options because a recent cygwin run
    of 'install_msw.sh' in cygwin failed to build the gnome xml libraries
    due to:
      "linker path does not have real file for library -lz"
    which lead to:
      "recipe for target 'libxml2-2.9.4' failed"
---
 install_libxml2_libxslt.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install_libxml2_libxslt.make b/install_libxml2_libxslt.make
index 94e2256..4bab084 100644
--- a/install_libxml2_libxslt.make
+++ b/install_libxml2_libxslt.make
@@ -117,6 +117,7 @@ $(libxml2_version)_options := \
   --without-iconv \
   --without-modules \
   --without-schematron \
+  --without-zlib \
 
 # The '--with-libxml-prefix' option is documented thus:
 #   "Specify location of libxml config"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]