Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/make/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/make/PKGBUILD b/core/make/PKGBUILD
index 83482424..2cc6827d 100644
--- a/core/make/PKGBUILD
+++ b/core/make/PKGBUILD
@@ -1,2 +1,3 @@
-# for libffi.so.7
-makedepends+=(libffi33)
+# for libffi.so.7 and libffi.so -> libffi.so.8 (so make get's linked correctly and
+# so that the current make runs with libffi.so.7)
+makedepends+=(libffi33 libffi)