libgcrypt: mention PR, upstream issue
This commit is contained in:
parent
7cfdb8950d
commit
6c16f3d626
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
# The build enables -O2 by default for everything else.
|
# The build enables -O2 by default for everything else.
|
||||||
hardeningDisable = stdenv.lib.optional stdenv.cc.isClang "fortify";
|
hardeningDisable = stdenv.lib.optional stdenv.cc.isClang "fortify";
|
||||||
|
|
||||||
|
# Accepted upstream, should be in next update: #42150, https://dev.gnupg.org/T4034
|
||||||
patches = [ ./fix-jent-locking.patch ];
|
patches = [ ./fix-jent-locking.patch ];
|
||||||
|
|
||||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user