[Erp5-report] r38593 luke - /erp5/trunk/buildout/software-profiles/ghostscript.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Sep 23 14:43:32 CEST 2010


Author: luke
Date: Thu Sep 23 14:43:30 2010
New Revision: 38593

URL: http://svn.erp5.org?rev=38593&view=rev
Log:
 - workaround ghostscript package oversimplified assumption about libraries

Modified:
    erp5/trunk/buildout/software-profiles/ghostscript.cfg

Modified: erp5/trunk/buildout/software-profiles/ghostscript.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/ghostscript.cfg?rev=38593&r1=38592&r2=38593&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] Thu Sep 23 14:43:30 2010
@@ -10,8 +10,11 @@ download-only = true
 
 [ghostscript-common]
 pre-configure-hook = ${ghostscript-hooks-download:location}/${ghostscript-hooks-download:filename}:pre_configure_hook
+# XXX: --with-system-libtiff is a workaround for case whenever libjbig-devel
+# is installed which leads to bad linking of ghostscript
+# Proper solution is to fix ghostscript package itself
 configure-options =
-  --disable-cups --without-x --with-drivers=FILES
+  --disable-cups --without-x --with-drivers=FILES --with-system-libtiff
 
 [ghostscript]
 <= ghostscript-9




More information about the Erp5-report mailing list