From 2454f60991e9eca2c18b7d6b02483266c81acfdb Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 7 Jun 2020 14:42:56 +0000 Subject: kiss: no longer ignore adding the C library and compiler. We shouldn't be ignoring links to the compiler and the library as the abscence of these will result in huge issues unless a package has been statically linked. FossilOrigin-Name: 4b757646069c05fe19992706cfbea83db6f881b8ea6007a80c014c6fe8053ad4 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 15ed5c8..e1a6775 100755 --- a/kiss +++ b/kiss @@ -532,7 +532,7 @@ pkg_fixdeps() { own=${own%/*} own=${own##*/} - case $own in musl|gcc|"$pkg_name"|"$pkg_name-bin"|"") continue ; esac + case $own in "$pkg_name"|"$pkg_name-bin"|"") continue ; esac printf 'Found %s (%s) in (%s)\n' "$own" "$dep" \ "${file##$pkg_dir/$pkg_name}" >/dev/tty -- cgit v1.2.3