[Erp5-report] r40551 luke - in /erp5/trunk/buildout: software-profiles/ tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 17:16:00 CET 2010


Author: luke
Date: Tue Nov 23 17:16:00 2010
New Revision: 40551

URL: http://svn.erp5.org?rev=40551&view=rev
Log:
 - override pkgconfig settings
 - no libexpat is related with libsvn_fs

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

Modified: erp5/trunk/buildout/software-profiles/subversion.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/subversion.cfg?rev=40551&r1=40550&r2=40551&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/subversion.cfg [utf8] Tue Nov 23 17:16:00 2010
@@ -45,5 +45,6 @@ configure-options =
   --disable-nls
 
 environment =
+  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

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40551&r1=40550&r2=40551&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Nov 23 17:16:00 2010
@@ -718,7 +718,6 @@ class AssertSubversion(AssertSoftwareMix
         software in [
           'apache',
           'libuuid',
-          'libexpat',
           'neon',
           'sqlite3',
           'subversion',




More information about the Erp5-report mailing list