[Erp5-report] r40448 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 22 10:57:39 CET 2010
Author: luke
Date: Mon Nov 22 10:57:38 2010
New Revision: 40448
URL: http://svn.erp5.org?rev=40448&view=rev
Log:
- libstdc++ and libgcc_s are part of LSB
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=40448&r1=40447&r2=40448&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 22 10:57:38 2010
@@ -33,6 +33,8 @@ import unittest
# List of libraries which are acceptable to be linked in globally
ACCEPTABLE_GLOBAL_LIB_LIST = (
# 32 bit Linux
+ '/usr/lib/libstdc++.so',
+ '/lib/libgcc_s.so',
'/lib/ld-linux.so',
'/lib/libc.so',
'/lib/libcrypt.so',
@@ -43,6 +45,8 @@ ACCEPTABLE_GLOBAL_LIB_LIST = (
'/lib/librt.so',
'/lib/libutil.so',
# 64 bit Linux
+ '/lib64/libgcc_s.so',
+ '/usr/lib64/libstdc++.so',
'/lib64/ld-linux-x86-64.so',
'/lib64/libc.so',
'/lib64/libcrypt.so',
More information about the Erp5-report
mailing list