From 1c7ab1a7b769b4d92b413bb016186ce52e8a045b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 24 Nov 2019 13:52:11 +0000 Subject: [PATCH] libffi: Add rationale for symlink --- extra/libffi/build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extra/libffi/build b/extra/libffi/build index 9bf1d58c..b2747a3d 100755 --- a/extra/libffi/build +++ b/extra/libffi/build @@ -10,4 +10,8 @@ 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"