Commit 45e045dd authored by Łukasz Nowak's avatar Łukasz Nowak

- extend extends

 - put compiler flags in environment
 - use locally provided zlib


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40185 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c8104c55
[buildout]
parts = sphinx
extends =
../software-profiles/mysql-5.1.cfg
../software-profiles/zlib.cfg
[sphinx-1.10-fix_nosigpipe.patch]
recipe = hexagonit.recipe.download
......@@ -25,9 +28,10 @@ configure-options =
--with-mysql-includes=${mysql-5.1:location}/include/mysql
--with-mysql-libs=${mysql-5.1:location}/lib/mysql
--with-libstemmer
LDFLAGS="-Wl,-rpath ${mysql-5.1:location}/lib/mysql"
patch-options = -p1
patches =
${sphinx-1.10-fix_nosigpipe.patch:location}/${sphinx-1.10-fix_nosigpipe.patch:filename}
${sphinx-1.10-beta-snowball.patch:location}/${sphinx-1.10-beta-snowball.patch:filename}
environment =
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath ${mysql-5.1:location}/lib/mysql
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