git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
61f7a79
)
curl: enable zlib support by default
author
Jan Havelka
<redacted>
Mon, 18 May 2026 11:53:11 +0000
(13:53 +0200)
committer
Alexandru Ardelean
<redacted>
Fri, 22 May 2026 03:59:39 +0000
(06:59 +0300)
zlib is already a default package required by apk
Signed-off-by: Jan Havelka <redacted>
net/curl/Config.in
patch
|
blob
|
history
net/curl/Makefile
patch
|
blob
|
history
diff --git
a/net/curl/Config.in
b/net/curl/Config.in
index fc03b3f4335d256c31ca755d5758f66d4cc4a6d3..d4a528f2ca10a521241766cab12c5673ffc0fe9e 100644
(file)
--- a/
net/curl/Config.in
+++ b/
net/curl/Config.in
@@
-140,7
+140,7
@@
config LIBCURL_THREADED_RESOLVER
config LIBCURL_ZLIB
bool "Enable zlib support"
- default
n
+ default
y
config LIBCURL_ZSTD
bool "Enable zstd support"
diff --git
a/net/curl/Makefile
b/net/curl/Makefile
index 7148903cd7ef500fb3d318a1e4d807578054514e..36029f1ae59ebbca915dfdc45b5968398f7b640c 100644
(file)
--- a/
net/curl/Makefile
+++ b/
net/curl/Makefile
@@
-10,7
+10,7
@@
include $(INCLUDE_DIR)/nls.mk
PKG_NAME:=curl
PKG_VERSION:=8.19.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(PKG_VERSION))/ \
git clone https://git.99rst.org/PROJECT