Commit 9779197f authored by Łukasz Nowak's avatar Łukasz Nowak

- libresolv.so is part of glibc


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40498 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb83bc0d
......@@ -42,6 +42,7 @@ ACCEPTABLE_GLOBAL_LIB_LIST = (
'/lib/libm.so',
'/lib/libnsl.so',
'/lib/libpthread.so',
'/lib/libresolv.so'
'/lib/librt.so',
'/lib/libutil.so',
# 64 bit Linux
......@@ -54,6 +55,7 @@ ACCEPTABLE_GLOBAL_LIB_LIST = (
'/lib64/libm.so',
'/lib64/libnsl.so',
'/lib64/libpthread.so',
'/lib64/libresolv.so'
'/lib64/librt.so',
'/lib64/libutil.so',
# Arch independed Linux
......
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