libffi: 3.4.3

This commit is contained in:
Owen Rafferty 2022-09-19 13:20:19 -05:00
parent bb0a24b762
commit 42344f9f94
No known key found for this signature in database
3 changed files with 2 additions and 17 deletions

View File

@ -7,18 +7,3 @@
make
make install
# Maintain compatibility and avoid the need
# for rebuilds of all packages linking to
# libffi.
#
# ABI incompatibility (6 -> 7) only affects AArch64.
# See: https://github.com/libffi/libffi/commit/c02c341
# https://github.com/libffi/libffi/issues/528
#
# ABI incompatibility (7 -> 8) only affects
# --enable-exec-static-tramp (which is default).
# See: https://sourceware.org/pipermail/libffi-discuss/2021/002644.html
# https://github.com/libffi/libffi/pull/647
ln -sf libffi.so.7 "$1/usr/lib/libffi.so.6"
ln -sf libffi.so.8 "$1/usr/lib/libffi.so.7"

View File

@ -1 +1 @@
540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620
4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8

View File

@ -1 +1 @@
3.4.2 2
3.4.3 1