Merge #151065: libffi: Pass --build and --host to configure

...into staging
main
Vladimír Čunát 2 years ago
commit c605c54a7e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 2
      pkgs/development/libraries/libffi/default.nix

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
configurePlatforms = [ "build" "host" ];
configureFlags = [
"--with-gcc-arch=generic" # no detection of -march= or -mtune=
"--enable-pax_emutramp"

Loading…
Cancel
Save