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 ];
|
buildInputs = [ bison flex gperf ncurses pkgconfig ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-frontends=conf,mconf,nconf"
|
"--enable-frontends=conf,mconf,nconf"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user