swiProlog: disable format hardening
This commit is contained in:
parent
c884697acc
commit
282d03c4b0
@ -17,6 +17,8 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ gmp readline openssl libjpeg unixODBC libXinerama
|
buildInputs = [ gmp readline openssl libjpeg unixODBC libXinerama
|
||||||
libXft libXpm libSM libXt zlib freetype pkgconfig fontconfig ];
|
libXft libXpm libSM libXt zlib freetype pkgconfig fontconfig ];
|
||||||
|
|
||||||
|
hardening_format = false;
|
||||||
|
|
||||||
configureFlags = "--with-world --enable-gmp --enable-shared";
|
configureFlags = "--with-world --enable-gmp --enable-shared";
|
||||||
|
|
||||||
buildFlags = "world";
|
buildFlags = "world";
|
||||||
|
Loading…
Reference in New Issue
Block a user