3
0
Fork 0
forked from mirrors/nixpkgs

xpdf: disable format hardening

This commit is contained in:
Franz Pletz 2016-07-28 03:42:58 +02:00 committed by Robin Gloster
parent 68a953cdc3
commit 1005f464dd

View file

@ -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) ''