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 c2f61abc1c
commit 54117120e4
1 changed files with 1 additions and 0 deletions

View File

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