From 18e4b9f4f9c500d36225cbadb4c86978b0dcc1d9 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 21 Oct 2021 17:44:20 +0200 Subject: core/make: adding libffi and libffi3 to makedepens --- core/make/PKGBUILD | 5 +++-- 1 file 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) -- cgit v1.2.3-54-g00ecf