mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
xpdf: disable format hardening
This commit is contained in:
parent
68a953cdc3
commit
1005f464dd
|
@ -25,6 +25,8 @@ stdenv.mkDerivation {
|
|||
# Debian uses '-fpermissive' to bypass some errors on char* constantness.
|
||||
CXXFLAGS = "-O2 -fpermissive";
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
configureFlags = "--enable-a4-paper";
|
||||
|
||||
postInstall = stdenv.lib.optionalString (base14Fonts != null) ''
|
||||
|
|
Loading…
Reference in a new issue