[Erp5-report] r38630 kazuhiko - /erp5/trunk/buildout/software-profiles/ghostscript.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 24 17:43:50 CEST 2010


Author: kazuhiko
Date: Fri Sep 24 17:43:50 2010
New Revision: 38630

URL: http://svn.erp5.org?rev=38630&view=rev
Log:
a bit better workaround that also shortens the build time.

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=38630&r1=38629&r2=38630&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] Fri Sep 24 17:43:50 2010
@@ -10,11 +10,10 @@ 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
+# we don't include TIFF output driver because the linking might fail if
+# libjbig-devel is installed, and it is not required for our purpose anyway.
 configure-options =
-  --disable-cups --without-x --with-drivers=FILES --with-system-libtiff
+  --disable-cups --without-x --with-drivers=BMP,PBM,PNG,PS
 
 [ghostscript]
 <= ghostscript-9




More information about the Erp5-report mailing list