curl: enable zlib support by default

zlib is already a default package required by apk

Signed-off-by: Jan Havelka <dzavy@dzavy.net>
This commit is contained in:
Jan Havelka
2026-05-18 13:53:11 +02:00
committed by Alexandru Ardelean
parent 61f7a792d5
commit 1147330003
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ config LIBCURL_THREADED_RESOLVER
config LIBCURL_ZLIB config LIBCURL_ZLIB
bool "Enable zlib support" bool "Enable zlib support"
default n default y
config LIBCURL_ZSTD config LIBCURL_ZSTD
bool "Enable zstd support" bool "Enable zstd support"
+1 -1
View File
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/nls.mk
PKG_NAME:=curl PKG_NAME:=curl
PKG_VERSION:=8.19.0 PKG_VERSION:=8.19.0
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \ PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \