mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
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
Block a user