Commit d693fb9f authored by Łukasz Nowak's avatar Łukasz Nowak

- libstdc++ and libgcc_s are part of LSB


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40448 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3ceaeec7
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment