[Erp5-report] r41075 lucas - /erp5/trunk/buildout/software-profiles/subversion.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 2 23:56:32 CET 2010


Author: lucas
Date: Thu Dec  2 23:56:32 2010
New Revision: 41075

URL: http://svn.erp5.org?rev=41075&view=rev
Log:
It must ignore neon binaries installed on the system, in default folder, /usr/bin/neon-config

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

Modified: erp5/trunk/buildout/software-profiles/subversion.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/subversion.cfg?rev=41075&r1=41074&r2=41075&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] Thu Dec  2 23:56:32 2010
@@ -53,7 +53,7 @@ make-options =
   -j1
 
 environment =
-  PATH=${pkgconfig:location}/bin:%(PATH)s
+  PATH=${pkgconfig:location}/bin:${neon:location}/bin:%(PATH)s
   PKG_CONFIG_PATH=${apache:location}/lib/pkgconfig:${sqlite3:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig:${neon:location}/lib/pkgconfig
   CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include
   LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${neon:location}/lib -Wl,-rpath -Wl,${apache:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib



More information about the Erp5-report mailing list