[gnumeric] win32: fix configuration args for zlib.



commit 8370c68ce062453168bcbc9bc42f98a2b5994c7d
Author: Morten Welinder <terra gnome org>
Date:   Mon Oct 7 19:54:26 2013 -0400

    win32: fix configuration args for zlib.

 tools/win32/jhbuildrc.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/win32/jhbuildrc.py b/tools/win32/jhbuildrc.py
index 9139d85..8e6a7fe 100644
--- a/tools/win32/jhbuildrc.py
+++ b/tools/win32/jhbuildrc.py
@@ -106,7 +106,7 @@ for tool in ('AR', 'RANLIB', 'STRIP', 'AS',
        autogenargs += ' '+tool+'="'+os.environ[tool]+'" '
 
 #Module specific configure arguments
-module_autogenargs['zlib']    = autogenargs
+module_autogenargs['zlib']    = ' --const --prefix='+prefix
 module_autogenargs['libbz2'] = ' --prefix='+prefix + ' --shared'
 module_autogenargs['pcre']    = autogenargs + ' --enable-utf8' + ' --enable-shared'
 module_autogenargs['gettext'] = autogenargs + """ --without-emacs \
@@ -150,7 +150,7 @@ module_autogenargs['psiconv']       = autogenargs + """ --disable-xhtml-docs \
                                                    --disable-ascii-docs \
                                                    --without-imagemagick"""
 
-module_autogenargs['libxml2']  = autogenargs + """ --disable-scrollkeeper --without-iconv"""
+module_autogenargs['libxml2']  = autogenargs + """ --disable-scrollkeeper --without-iconv --without-python"""
 module_autogenargs['libxslt']  = autogenargs + """ --without-crypto"""
 
 autogenargs += """ --disable-scrollkeeper --disable-gtk-doc"""


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