[Erp5-report] r40667 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 25 11:51:29 CET 2010
Author: luke
Date: Thu Nov 25 11:51:29 2010
New Revision: 40667
URL: http://svn.erp5.org?rev=40667&view=rev
Log:
- libaprutil-1.so links against own provided apache
Modified:
erp5/trunk/buildout/tests/assertSoftware.py
Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40667&r1=40666&r2=40667&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 11:51:29 2010
@@ -748,7 +748,7 @@ class AssertApache(AssertSoftwareMixin):
def test_ld_libaprutil1(self):
self.assertLibraryList('parts/apache/lib/libaprutil-1.so', ['libexpat', 'libapr-1', 'librt', 'libcrypt',
'libpthread', 'libdl', 'libc', 'libuuid'],
- self.apache_rpath)
+ self.apache_rpath + ['apache'])
def test_ld_libapr1(self):
self.assertLibraryList('parts/apache/lib/libapr-1.so', ['librt', 'libcrypt', 'libuuid',
More information about the Erp5-report
mailing list