Related: #2005874 - explicitly disable zstd while configuring curl

... in order to make local builds closer to what we get from Koji
This commit is contained in:
Kamil Dudka 2021-09-20 14:48:51 +02:00
parent b4895633ac
commit 6f12b4a106
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ export common_configure_opts=" \
--enable-ipv6 \
--enable-threaded-resolver \
--without-libmetalink \
--without-zstd \
--with-gssapi \
--with-nghttp2 \
--with-ssl --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt"