curl: disable docs to drop perl dep (#48074)
This commit is contained in:
parent
f6ab2f5b99
commit
557083c33b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user