commit 164fcffe37a4edbddc4d6792ee1aab2a0d95aced parent f9eeee9c4b9908a05d37f83f0a3b062d49a09a5b Author: Cem Keylan <cem@ckyln.com> Date: Thu, 3 Sep 2020 11:27:16 +0300 curl: build without zstd Diffstat:
M | core/curl/build | | | 1 | + |
M | core/curl/version | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/curl/build b/core/curl/build @@ -14,6 +14,7 @@ --without-librtmp \ --without-icu \ --without-libpsl \ + --without-zstd \ --with-pic \ --with-ssl diff --git a/core/curl/version b/core/curl/version @@ -1 +1 @@ -7.72.0 2 +7.72.0 3