From 7b6f58e9d064f16fa5fe10a916a6ca3b5d8ddb7a Mon Sep 17 00:00:00 2001 From: Tony Butler Date: Sun, 23 Aug 2020 08:10:37 -0700 Subject: curl: add optional zlib support Package libcurl is missing dependencies for the following libraries: libzstd.so.1 Previous patch by Hans Dedecker took the easy way out :) Suggested-by: Syrone Wong Signed-off-by: Tony Butler [fixed title] Signed-off-by: Paul Spooren --- net/curl/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/curl/Config.in') diff --git a/net/curl/Config.in b/net/curl/Config.in index 05effa0e7..0c4fcb7cf 100644 --- a/net/curl/Config.in +++ b/net/curl/Config.in @@ -133,6 +133,10 @@ config LIBCURL_ZLIB bool "Enable zlib support" default n +config LIBCURL_ZSTD + bool "Enable zstd support" + default n + config LIBCURL_UNIX_SOCKETS bool "Enable unix domain socket support" default n -- cgit v1.2.3