Skip to content

main/libffi: build with --disable-exec-static-tramp

Fixes issues in different projects which are incompatible with new exec static tramp issue.

Quoting upstream PR: "we can do the 3.4 release and distros can initially build with --disable-exec-static-tramp. Once the problems are solved we can enable that feature because the ABI doesn't change"

Currently, there are known issues with GHC and gobject-interospection, but there could be more projects which bump into issues.

Closes #13091 (closed)

This could possibly be related to #13086 (closed)

Merge request reports