mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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:
committed by
Alexandru Ardelean
parent
61f7a792d5
commit
1147330003
+1
-1
@@ -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
@@ -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))/ \
|
||||||
|
|||||||
Reference in New Issue
Block a user