Merge #257742: libffi: remove --disable-exec-static-tramp flag

...into staging
This commit is contained in:
Vladimír Čunát 2023-10-26 09:53:26 +02:00
commit 03c31e0642
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -34,12 +34,6 @@ stdenv.mkDerivation rec {
configureFlags = [
"--with-gcc-arch=generic" # no detection of -march= or -mtune=
"--enable-pax_emutramp"
# Causes issues in downstream packages which misuse ffi_closure_alloc
# Reenable once these issues are fixed and merged:
# https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6155
# https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/283
"--disable-exec-static-tramp"
];
preCheck = ''