Commit 3ea349ea authored by Łukasz Nowak's avatar Łukasz Nowak

- logrotate requires popt for compilation and linking


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45653 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0912183
[buildout]
extends =
popt.cfg
parts = logrotate
[logrotate]
......@@ -7,3 +9,7 @@ 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_}
environment =
CPPFLAGS=-I${popt:location}/include
LDFLAGS=-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