xpdf: disable format hardening

authored by Franz Pletz and committed by Robin Gloster 1005f464 68a953cd

+2
+2
pkgs/applications/misc/xpdf/default.nix
··· 25 25 # Debian uses '-fpermissive' to bypass some errors on char* constantness. 26 26 CXXFLAGS = "-O2 -fpermissive"; 27 27 28 + hardeningDisable = [ "format" ]; 29 + 28 30 configureFlags = "--enable-a4-paper"; 29 31 30 32 postInstall = stdenv.lib.optionalString (base14Fonts != null) ''