summaryrefslogtreecommitdiffstats
path: root/main/abuild/dynamic-deps-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/abuild/dynamic-deps-fix.patch')
-rw-r--r--main/abuild/dynamic-deps-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/abuild/dynamic-deps-fix.patch b/main/abuild/dynamic-deps-fix.patch
new file mode 100644
index 000000000..df89cc6ae
--- /dev/null
+++ b/main/abuild/dynamic-deps-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/abuild.in b/abuild.in
+index a121dc5..bf3f505 100755
+--- a/abuild.in
++++ b/abuild.in
+@@ -415,7 +415,7 @@ trace_apk_deps() {
+ error "Could not find dependency for $i"
+ return 1
+ fi
+- if grep -w "^depend = $found" "$dir"/.PKGINFO >/dev/null ; then
++ if grep -w "^depend = ${found}$" "$dir"/.PKGINFO >/dev/null ; then
+ warning "You can remove '$found' from depends"
+ continue
+ fi