unicon-lang: disable fortify hardening

Detects buffer overflow in a tool used at link time.
This commit is contained in:
Franz Pletz 2016-08-02 18:42:47 +02:00
parent c22c137c6c
commit fbbd50dbab

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ libX11 libXt unzip ]; buildInputs = [ libX11 libXt unzip ];
hardeningDisable = [ "fortify" ];
sourceRoot = "."; sourceRoot = ".";
configurePhase = '' configurePhase = ''