Commit 3013e4e9 authored by Łukasz Nowak's avatar Łukasz Nowak

- use locally available libjpeg, libtiff and jbigkit


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40698 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f9e9bfae
......@@ -2,6 +2,9 @@
parts = imagemagick
extends =
../software-profiles/bzip2.cfg
../software-profiles/libjpeg.cfg
../software-profiles/libtiff.cfg
../software-profiles/jbigkit.cfg
../software-profiles/zlib.cfg
[imagemagick]
......@@ -15,4 +18,5 @@ configure-options =
--with-bzlib=${bzip2:location}
--with-zlib=${zlib:location}
environment =
LDFLAGS =-Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
CFLAGS=-I${jbigkit:location}/include -I${libjpeg:location}/include -I${libtiff:location}/include
LDFLAGS =-Wl,-rpath -Wl,${bzip2:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${jbigkit:location}/lib -Wl,-rpath -Wl,${jbigkit:location}/lib -Wl,-rpath -Wl,${libjpeg:location}/lib -L${libtiff:location}/lib -Wl,-rpath -Wl,${libtiff:location}/lib
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