From 54117120e4ddaabc1d456a8857552625bffa81b9 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 20 Sep 2021 14:48:51 +0200 Subject: [PATCH] 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 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"