From 54117120e4ddaabc1d456a8857552625bffa81b9 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Oct 04 2021 07:54:25 +0000 Subject: explicitly disable zstd while configuring curl ... in order to make local builds closer to what we get from Koji --- diff --git a/curl.spec b/curl.spec index 5ef29f7..6a24806 100644 --- a/curl.spec +++ b/curl.spec @@ -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"