curl: disable docs to drop perl dep (#48074)

This commit is contained in:
Harmen Stoppels 2024-12-16 12:25:53 +01:00 committed by GitHub
parent f6ab2f5b99
commit 557083c33b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,8 +222,12 @@ def configure_args(self):
"--without-libgsasl",
"--without-libpsl",
"--without-zstd",
"--disable-manual",
]
if spec.satisfies("@8.7:"):
args.append("--disable-docs")
args += self.enable_or_disable("libs")
# Make gnutls / openssl decide what certs are trusted.