[Erp5-report] r45653 luke - /erp5/trunk/buildout/software-profiles/logrotate.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 22 15:49:46 CEST 2011


Author: luke
Date: Fri Apr 22 15:49:46 2011
New Revision: 45653

URL: http://svn.erp5.org?rev=45653&view=rev
Log:
 - logrotate requires popt for compilation and linking

Modified:
    erp5/trunk/buildout/software-profiles/logrotate.cfg

Modified: erp5/trunk/buildout/software-profiles/logrotate.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/logrotate.cfg?rev=45653&r1=45652&r2=45653&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/logrotate.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/logrotate.cfg [utf8] Fri Apr 22 15:49:46 2011
@@ -1,4 +1,6 @@
 [buildout]
+extends =
+  popt.cfg
 parts = logrotate
 
 [logrotate]
@@ -7,3 +9,7 @@ url = https://fedorahosted.org/releases/
 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
+



More information about the Erp5-report mailing list