[Erp5-report] r45691 romain - /erp5/trunk/buildout/software-profiles/logrotate.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 27 11:18:28 CEST 2011


Author: romain
Date: Wed Apr 27 11:18:28 2011
New Revision: 45691

URL: http://svn.erp5.org?rev=45691&view=rev
Log:
Trick logrotate compilation to build against local popt library

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=45691&r1=45690&r2=45691&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/logrotate.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/logrotate.cfg [utf8] Wed Apr 27 11:18:28 2011
@@ -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



More information about the Erp5-report mailing list