libgcrypt: conflict with darwin when @1.11.0 (#45264)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
8e5b51395a
commit
89c0b4accf
@ -41,6 +41,9 @@ class Libgcrypt(AutotoolsPackage):
|
||||
depends_on("libgpg-error@1.27:", when="@1.9:")
|
||||
depends_on("libgpg-error@1.49:", when="@1.11:")
|
||||
|
||||
# See https://dev.gnupg.org/T7170
|
||||
conflicts("platform=darwin", when="@1.11.0")
|
||||
|
||||
def flag_handler(self, name, flags):
|
||||
# We should not inject optimization flags through the wrapper, because
|
||||
# the jitter entropy code should never be compiled with optimization
|
||||
|
Loading…
Reference in New Issue
Block a user