kconfig-frontends: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-03 20:03:18 +00:00
parent c95ab0a2d1
commit 08928dc57a

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
buildInputs = [ bison flex gperf ncurses pkgconfig ];
hardeningDisable = [ "format" ];
configureFlags = [
"--enable-frontends=conf,mconf,nconf"
];