aboutsummaryrefslogtreecommitdiff
path: root/extra/libffi
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libffi')
-rwxr-xr-xextra/libffi/build12
-rw-r--r--extra/libffi/checksums3
-rw-r--r--extra/libffi/meta3
-rw-r--r--extra/libffi/sources2
-rw-r--r--extra/libffi/version2
5 files changed, 9 insertions, 13 deletions
diff --git a/extra/libffi/build b/extra/libffi/build
index b2747a3d..71ad38f4 100755
--- a/extra/libffi/build
+++ b/extra/libffi/build
@@ -2,16 +2,8 @@
./configure \
--prefix=/usr \
- --with-pic
+ --with-pic \
+ --disable-shared
make
make DESTDIR="$1" install
-
-# Maintain compatibility and avoid the need
-# for rebuilds of all packages linking to
-# libffi.
-#
-# ABI incompatibility only affects AArch64.
-# See: https://github.com/libffi/libffi/commit/c02c341
-# https://github.com/libffi/libffi/issues/528
-ln -s libffi.so.7 "$1/usr/lib/libffi.so.6"
diff --git a/extra/libffi/checksums b/extra/libffi/checksums
index 635bf88b..7cb26328 100644
--- a/extra/libffi/checksums
+++ b/extra/libffi/checksums
@@ -1 +1,2 @@
-72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056 libffi-3.3.tar.gz
+%BLAKE3
+42abcee37cdbf72c9c749f5cce8dc2fea0257a6a4e4776ba310ee8bdaf6e36ed libffi-3.4.4.tar.gz
diff --git a/extra/libffi/meta b/extra/libffi/meta
new file mode 100644
index 00000000..b7cf36b1
--- /dev/null
+++ b/extra/libffi/meta
@@ -0,0 +1,3 @@
+description: Foreign Function Interface library
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/libffi/sources b/extra/libffi/sources
index c4dceb60..0fbf6e3e 100644
--- a/extra/libffi/sources
+++ b/extra/libffi/sources
@@ -1 +1 @@
-https://sourceware.org/pub/libffi/libffi-3.3.tar.gz
+https://github.com/libffi/libffi/releases/download/v3.4.4/libffi-3.4.4.tar.gz
diff --git a/extra/libffi/version b/extra/libffi/version
index ef8da5d7..cb296f80 100644
--- a/extra/libffi/version
+++ b/extra/libffi/version
@@ -1 +1 @@
-3.3 1
+3.4.4 1