Commit b2d6a4b0 authored by Łukasz Nowak's avatar Łukasz Nowak

- compile against locally provided zlib


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44771 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b74a13f6
......@@ -3,7 +3,10 @@
# in how gcj is functional on many operating systems.
# Because of this the only way to have portable pdftk profile it is required
# to provide working gcj and then have it used for pdftk compilation.
extends = gcc.cfg
extends =
gcc.cfg
zlib.cfg
parts = pdftk
[pdftk-patch-download]
......@@ -27,6 +30,9 @@ download-only = true
recipe = hexagonit.recipe.cmmi
url = http://sourceforge.net/projects/fastjar/files/fastjar/0.94/fastjar-0.94.tar.gz/download
md5sum = 14d4bdfac236e347d806c6743dba48c6
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
[pdftk]
recipe = hexagonit.recipe.cmmi
......
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