From 35346f9e06e74557d7353bcfeaeff0607966a7e0 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 21 Oct 2021 19:08:00 +0200 Subject: extra/guile: using libffi33 here (not in make) --- extra/guile/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/guile') diff --git a/extra/guile/PKGBUILD b/extra/guile/PKGBUILD index 9a4dd6a2..669c307d 100644 --- a/extra/guile/PKGBUILD +++ b/extra/guile/PKGBUILD @@ -5,3 +5,7 @@ eval "$( s/make check/make check || true/ ' )" + +# 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) -- cgit v1.2.3-54-g00ecf