[Erp5-report] r40616 luke - /erp5/trunk/buildout/software-profiles/librsync.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 18:23:18 CET 2010


Author: luke
Date: Wed Nov 24 18:23:17 2010
New Revision: 40616

URL: http://svn.erp5.org?rev=40616&view=rev
Log:
 - use locally available bzip2 and popt

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

Modified: erp5/trunk/buildout/software-profiles/librsync.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/librsync.cfg?rev=40616&r1=40615&r2=40616&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/librsync.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/librsync.cfg [utf8] Wed Nov 24 18:23:17 2010
@@ -1,4 +1,8 @@
 [buildout]
+extends =
+  ../software-profiles/bzip2.cfg
+  ../software-profiles/popt.cfg
+  ../software-profiles/zlib.cfg
 parts =
   librsync
 
@@ -8,3 +12,6 @@ url = http://downloads.sourceforge.net/s
 md5sum = 24cdb6b78f45e0e83766903fd4f6bc84
 configure-options =
   --enable-shared
+environment =
+  CFLAGS=-I${zlib:location}/include -I${bzip2:location}/include -I${popt:location}/include
+  LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -L${popt:location}/lib -Wl,-rpath -Wl,${popt:location}/lib




More information about the Erp5-report mailing list