Commit 2ea450d0 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

setting LD_LIBRARY_PATH is required here to avoid the following error in the...

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


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41012 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9d2a53f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment