curl: add optional zlib support

Package libcurl is missing dependencies for the following libraries:
libzstd.so.1

Previous patch by Hans Dedecker <dedeckeh@gmail.com> took the easy way
out :)

Suggested-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Tony Butler <spudz76@gmail.com>
[fixed title]
Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Tony Butler
2020-08-23 08:10:37 -07:00
committed by Paul Spooren
parent 30fecae052
commit 7b6f58e9d0
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -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