unicon-lang: disable fortify hardening
Detects buffer overflow in a tool used at link time.
This commit is contained in:
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
buildInputs = [ libX11 libXt unzip ];
|
||||
|
||||
hardeningDisable = [ "fortify" ];
|
||||
|
||||
sourceRoot = ".";
|
||||
|
||||
configurePhase = ''
|
||||
|
||||
Reference in New Issue
Block a user