dash: disable strictflexarrays3 hardening flag
This commit is contained in:
parent
5da561c2ec
commit
b7771e10fc
@ -25,6 +25,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
buildInputs = [ libedit ];
|
buildInputs = [ libedit ];
|
||||||
|
|
||||||
|
hardeningDisable = [ "strictflexarrays3" ];
|
||||||
|
|
||||||
configureFlags = [ "--with-libedit" ];
|
configureFlags = [ "--with-libedit" ];
|
||||||
preConfigure = lib.optional stdenv.hostPlatform.isStatic ''
|
preConfigure = lib.optional stdenv.hostPlatform.isStatic ''
|
||||||
export LIBS="$(''${PKG_CONFIG:-pkg-config} --libs --static libedit)"
|
export LIBS="$(''${PKG_CONFIG:-pkg-config} --libs --static libedit)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user