swiProlog: disable format hardening

This commit is contained in:
Robin Gloster 2016-02-24 17:10:58 +00:00
parent c884697acc
commit 282d03c4b0

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation {
buildInputs = [ gmp readline openssl libjpeg unixODBC libXinerama
libXft libXpm libSM libXt zlib freetype pkgconfig fontconfig ];
hardening_format = false;
configureFlags = "--with-world --enable-gmp --enable-shared";
buildFlags = "world";