explicitly disable zstd while configuring curl
... in order to make local builds closer to what we get from Koji
This commit is contained in:
parent
c2f61abc1c
commit
54117120e4
@ -235,6 +235,7 @@ export common_configure_opts=" \
|
|||||||
--enable-symbol-hiding \
|
--enable-symbol-hiding \
|
||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--enable-threaded-resolver \
|
--enable-threaded-resolver \
|
||||||
|
--without-zstd \
|
||||||
--with-gssapi \
|
--with-gssapi \
|
||||||
--with-nghttp2 \
|
--with-nghttp2 \
|
||||||
--with-ssl --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt"
|
--with-ssl --with-ca-bundle=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt"
|
||||||
|
Loading…
Reference in New Issue
Block a user