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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 23 17:09:13 CET 2010


Author: luke
Date: Tue Nov 23 17:09:11 2010
New Revision: 40550

URL: http://svn.erp5.org?rev=40550&view=rev
Log:
 - override pkgconfig parameters
 - do not require to link with pthread

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

Modified: erp5/trunk/buildout/software-profiles/neon.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/neon.cfg?rev=40550&r1=40549&r2=40550&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/neon.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/neon.cfg [utf8] Tue Nov 23 17:09:11 2010
@@ -20,5 +20,6 @@ configure-options =
 
 environment =
   PATH=${libxml2:location}/bin:%(PATH)s
+  PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
   CPPFLAGS=-I${openssl:location}/include -I{zlib:location}/include
   LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40550&r1=40549&r2=40550&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Tue Nov 23 17:09:11 2010
@@ -877,7 +877,6 @@ class AssertNeon(AssertSoftwareMixin):
       'libcrypto',
       'libdl',
       'libm',
-      'libpthread',
       'libssl',
       'libxml2',
       'libz',




More information about the Erp5-report mailing list