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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 2 10:00:38 CET 2010


Author: kazuhiko
Date: Thu Dec  2 10:00:38 2010
New Revision: 41012

URL: http://svn.erp5.org?rev=41012&view=rev
Log:
setting LD_LIBRARY_PATH is required here to avoid the following error in the system without fontconfig.
./obj/mkromfs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory

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=41012&r1=41011&r2=41012&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] Thu Dec  2 10:00:38 2010
@@ -29,6 +29,7 @@ environment =
   PKG_CONFIG_PATH=${fontconfig:location}/lib/pkgconfig
   CPPFLAGS=-I${libtiff:location}/include
   LDFLAGS=-Wl,-rpath -Wl,${fontconfig:location}/lib -L${libjpeg:location}/lib -Wl,-rpath -Wl,${libjpeg:location}/lib -L${libtiff:location}/lib -Wl,-rpath -Wl,${libtiff:location}/lib
+  LD_LIBRARY_PATH=${fontconfig:location}/lib
 
 [ghostscript]
 # we prefer ghostscript-8 for now, because ghostscript-9.00 seems to have a



More information about the Erp5-report mailing list