aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 13 deletions
diff --git a/main/abuild/dynamic-deps-fix.patch b/main/abuild/dynamic-deps-fix.patch
deleted file mode 100644
index df89cc6ae0..0000000000
--- a/main/abuild/dynamic-deps-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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