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) --- core/make/PKGBUILD | 3 --- extra/guile/PKGBUILD | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 core/make/PKGBUILD diff --git a/core/make/PKGBUILD b/core/make/PKGBUILD deleted file mode 100644 index 2cc6827d..00000000 --- a/core/make/PKGBUILD +++ /dev/null @@ -1,3 +0,0 @@ -# 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) 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