forked from mirrors/nixpkgs
pdftk: disable format/fortify hardening
This commit is contained in:
parent
0865e22567
commit
b0b2a94751
|
@ -10,6 +10,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ gcj unzip ];
|
||||
|
||||
hardeningDisable = [ "fortify" "format" ];
|
||||
|
||||
preBuild = ''
|
||||
cd pdftk
|
||||
sed -e 's@/usr/bin/@@g' -i Makefile.*
|
||||
|
|
Loading…
Reference in a new issue