mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-02 11:07:20 -06:00
libffi: Add rationale for symlink
This commit is contained in:
parent
df156c6302
commit
1c7ab1a7b7
@ -10,4 +10,8 @@ make DESTDIR="$1" install
|
|||||||
# Maintain compatibility and avoid the need
|
# Maintain compatibility and avoid the need
|
||||||
# for rebuilds of all packages linking to
|
# for rebuilds of all packages linking to
|
||||||
# libffi.
|
# 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"
|
ln -s libffi.so.7 "$1/usr/lib/libffi.so.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user