libksba: disable strictflexarrays3 hardening flag
This commit is contained in:
parent
6e7b7ac6ec
commit
43929ac9cc
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [ libgpg-error ];
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
|
||||
hardeningDisable = [ "strictflexarrays3" ];
|
||||
|
||||
configureFlags = [ "--with-libgpg-error-prefix=${libgpg-error.dev}" ];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user