Commit 344dd219 authored by Łukasz Nowak's avatar Łukasz Nowak

- compile and link against locally available zlib


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40321 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5775e286
......@@ -4,6 +4,7 @@ parts =
extends =
../software-profiles/apache.cfg
../software-profiles/openssl.cfg
../software-profiles/zlib.cfg
[serf]
recipe = hexagonit.recipe.cmmi
......@@ -13,3 +14,6 @@ configure-options =
--with-apr=${apache:location}/bin/apr-1-config
--with-apr-util=${apache:location}/bin/apu-1-config
--with-openssl=${openssl:location}
environment =
CFLAGS=-I${zlib:location}/include
LDFLAGS=-Wl,-rpath -Wl,${zlib: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