kiss: ignore libraries from llvm/gcc in depends fixer

This commit is contained in:
Dylan Araps 2021-07-26 15:04:39 +03:00
parent 4f4af4aac3
commit d0228beccf
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 6 additions and 1 deletions

7
kiss
View File

@ -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)