libzmq: make location of libsodium explicit (#34553)

This commit is contained in:
Paul Kuberry 2022-12-15 16:17:15 -07:00 committed by GitHub
parent 2f26e422d6
commit 7216050dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ def configure_args(self):
config_args.extend(self.enable_or_disable("libunwind"))
if "+libsodium" in self.spec:
config_args.append("--with-libsodium")
config_args.append("--with-libsodium=" + self.spec["libsodium"].prefix)
if "~docs" in self.spec:
config_args.append("--without-docs")
if "clang" in self.compiler.cc: