diff options
Diffstat (limited to 'extra/libffi')
-rwxr-xr-x | extra/libffi/build | 12 | ||||
-rw-r--r-- | extra/libffi/checksums | 3 | ||||
-rw-r--r-- | extra/libffi/meta | 3 | ||||
-rw-r--r-- | extra/libffi/sources | 2 | ||||
-rw-r--r-- | extra/libffi/version | 2 |
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..9cb23461 100644 --- a/extra/libffi/checksums +++ b/extra/libffi/checksums @@ -1 +1,2 @@ -72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056 libffi-3.3.tar.gz +%BLAKE3 +c7d7a36b1dad81ff39ca53f3a11c3e01450dfb2d787e05ca60cfe1b4b6491759 libffi-3.4.6.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..dd847e81 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.6/libffi-3.4.6.tar.gz diff --git a/extra/libffi/version b/extra/libffi/version index ef8da5d7..0b14d12f 100644 --- a/extra/libffi/version +++ b/extra/libffi/version @@ -1 +1 @@ -3.3 1 +3.4.6 1 |