diff options
author | Tony Butler <spudz76@gmail.com> | 2020-08-23 08:10:37 -0700 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2020-08-26 13:26:42 -1000 |
commit | 7b6f58e9d064f16fa5fe10a916a6ca3b5d8ddb7a (patch) | |
tree | 1c4052d1ad122b529fa9568121747ecb9cd9d604 /net/curl/Config.in | |
parent | 30fecae0524b55bd4bfa97e601909379a8fc079b (diff) |
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>
Diffstat (limited to 'net/curl/Config.in')
-rw-r--r-- | net/curl/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |