forked from kiss-community/kiss
kiss: ignore libraries from llvm/gcc in depends fixer
This commit is contained in:
parent
4f4af4aac3
commit
d0228beccf
7
kiss
7
kiss
@ -682,17 +682,22 @@ pkg_fix_deps() {
|
||||
esac
|
||||
lib=${lib%% *}
|
||||
|
||||
# Skip files owned by libc and POSIX.
|
||||
# Skip files owned by libc, libc++ and POSIX.
|
||||
case ${lib##*/} in
|
||||
ld-* |\
|
||||
lib[cm].so* |\
|
||||
libc++.so* |\
|
||||
libc++abi.so* |\
|
||||
libcrypt.so* |\
|
||||
libdl.so* |\
|
||||
libgcc_s.so* |\
|
||||
libmvec.so* |\
|
||||
libpthread.so* |\
|
||||
libresolv.so* |\
|
||||
librt.so* |\
|
||||
libstdc++.so* |\
|
||||
libtrace.so* |\
|
||||
libunwind.so* |\
|
||||
libutil.so* |\
|
||||
libxnet.so* |\
|
||||
ldd)
|
||||
|
Loading…
Reference in New Issue
Block a user