Commit dd1d92a6 authored by Romain Courteaud's avatar Romain Courteaud

Trick logrotate compilation to build against local popt library


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45691 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 667eb533
......@@ -8,8 +8,6 @@ recipe = hexagonit.recipe.cmmi
url = https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.7.9.tar.gz
md5sum = eeba9dbca62a9210236f4b83195e4ea5
configure-command = true
make-options = PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
make-options = PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
environment =
CPPFLAGS=-I${popt:location}/include
LDFLAGS=-L${popt:location}/lib -Wl,-rpath -Wl,${popt:location}/lib
POPT_DIR=${popt:location}/include -L${popt:location}/lib -Wl,-rpath -Wl,${popt: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