gnutls: disable trivialautovarinit hardening flag
This commit is contained in:
parent
ccf0e19d55
commit
2b673eef6f
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
hardeningDisable = [ "trivialautovarinit" ];
|
||||
|
||||
buildInputs = [ lzo lzip libtasn1 libidn2 zlib gmp libunistring unbound gettext libiconv ]
|
||||
++ lib.optional (withP11-kit) p11-kit
|
||||
++ lib.optional (tpmSupport && stdenv.isLinux) trousers;
|
||||
|
|
Loading…
Reference in a new issue