kconfig-frontends: disable format hardening
This commit is contained in:
parent
c95ab0a2d1
commit
08928dc57a
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ bison flex gperf ncurses pkgconfig ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-frontends=conf,mconf,nconf"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user