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

- add librt, as it is part of glibc


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40445 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 94f3b690
......@@ -40,6 +40,7 @@ ACCEPTABLE_GLOBAL_LIB_LIST = (
'/lib/libm.so',
'/lib/libnsl.so',
'/lib/libpthread.so',
'/lib/librt.so',
'/lib/libutil.so',
# 64 bit Linux
'/lib64/ld-linux-x86-64.so',
......@@ -49,6 +50,7 @@ ACCEPTABLE_GLOBAL_LIB_LIST = (
'/lib64/libm.so',
'/lib64/libnsl.so',
'/lib64/libpthread.so',
'/lib64/librt.so',
'/lib64/libutil.so',
# Arch independed Linux
'linux-vdso.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