mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 16:40:07 -07:00
kiss: more fixdeps stuff
This commit is contained in:
parent
6dad450f05
commit
9358f9558f
17
kiss
17
kiss
@ -452,7 +452,7 @@ pkg_fix_deps() {
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
ldd "$file"
|
ldd -- "$file"
|
||||||
;;
|
;;
|
||||||
esac 2>/dev/null |
|
esac 2>/dev/null |
|
||||||
|
|
||||||
@ -475,22 +475,21 @@ pkg_fix_deps() {
|
|||||||
libpthread.so* |\
|
libpthread.so* |\
|
||||||
librt.so* |\
|
librt.so* |\
|
||||||
libtrace.so* |\
|
libtrace.so* |\
|
||||||
libxnet.so* )
|
libxnet.so* |\
|
||||||
|
ldd)
|
||||||
continue
|
continue
|
||||||
;;
|
;;
|
||||||
esac
|
|
||||||
|
|
||||||
pkg_owner -l "/${line#/}\$" "$@" || continue
|
*)
|
||||||
|
pkg_owner -l "/${line#/}\$" "$@" ||
|
||||||
case $pkg_owner in
|
|
||||||
gcc | llvm | "$pkg")
|
|
||||||
continue
|
continue
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
|
[ "$pkg_owner" = "$pkg" ] ||
|
||||||
printf '%s\n' "$pkg_owner"
|
printf '%s\n' "$pkg_owner"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
;;
|
||||||
|
esac
|
||||||
done ||:
|
done ||:
|
||||||
done |
|
done |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user