reiser4progs: disable format hardening
This commit is contained in:
parent
f993dff52b
commit
56f03166e1
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [libaal];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace configure --replace " -static" ""
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue