Merge pull request #19495 from LnL7/darwin-gdb

gdb: disable format hardening
This commit is contained in:
Daniel Peebles
2016-10-13 15:57:19 -04:00
committed by GitHub

View File

@@ -43,6 +43,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
# darwin build fails with format hardening since v7.12
hardeningDisable = stdenv.lib.optionals stdenv.isDarwin [ "format" ];
configureFlags = with stdenv.lib;
[ "--with-gmp=${gmp.dev}" "--with-mpfr=${mpfr.dev}" "--with-system-readline"
"--with-system-zlib" "--with-expat" "--with-libexpat-prefix=${expat.dev}"