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

- compile, link and add as rpath locally available zlib


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40186 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45e045dd
[buildout] [buildout]
extends = extends =
../software-profiles/libxml2.cfg ../software-profiles/libxml2.cfg
../software-profiles/zlib.cfg
parts = parts =
libxslt libxslt
...@@ -12,4 +13,5 @@ recipe = hexagonit.recipe.cmmi ...@@ -12,4 +13,5 @@ recipe = hexagonit.recipe.cmmi
configure-options = configure-options =
--with-libxml-prefix=${libxml2:location} --with-libxml-prefix=${libxml2:location}
environment = environment =
LDFLAGS =-Wl,-rpath -Wl,${libxml2:location}/lib CFLAGS =-I${zlib:location}/include
LDFLAGS =-Wl,-rpath -Wl,${libxml2:location}/lib -L${zlib:location}/lib -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