[Checkins] SVN: z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py correct disabling of libgcrypt

Reinout van Rees reinout at vanrees.org
Thu Mar 19 07:11:19 EDT 2009


Log message for revision 98265:
  correct disabling of libgcrypt

Changed:
  U   z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py

-=-
Modified: z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py
===================================================================
--- z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py	2009-03-19 10:29:28 UTC (rev 98264)
+++ z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py	2009-03-19 11:11:18 UTC (rev 98265)
@@ -93,7 +93,7 @@
                 "http://dist.repoze.org/lemonade/dev/cmmi/libxslt-1.1.24.tar.gz")
         self.logger.info("Using libxslt download url %s" % self.xslt_url)
         self.xslt_cmmi.options["url"] = self.xslt_url
-        self.xslt_cmmi.options["extra_options"] = "--with-libxml-prefix=%s --without-python --with-crypto=off" % self.xml2_location
+        self.xslt_cmmi.options["extra_options"] = "--with-libxml-prefix=%s --without-python --without-crypto" % self.xml2_location
         # ^^^ crypto is off as libgcrypt can lead to problems on especially osx and also on some linux machines.
 
         if os.path.exists(os.path.join(self.xslt_cmmi.options["location"], "bin", "xslt-config")):



More information about the Checkins mailing list