From 6f12b4a106fb0e1da2aa8a0bd5528e3d812e5c0c Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 20 Sep 2021 14:48:51 +0200 Subject: [PATCH] Related: #2005874 - explicitly disable zstd while configuring curl ... in order to make local builds closer to what we get from Koji --- curl.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/curl.spec b/curl.spec index fafc7ac..4c0088a 100644 --- a/curl.spec +++ b/curl.spec @@ -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"