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