Merge pull request #20600 from oskarirauta/curl
curl: enable unix sockets by default
This commit is contained in:
commit
5ca29635b2
2 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ config LIBCURL_ZSTD
|
||||||
|
|
||||||
config LIBCURL_UNIX_SOCKETS
|
config LIBCURL_UNIX_SOCKETS
|
||||||
bool "Enable unix domain socket support"
|
bool "Enable unix domain socket support"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Enable HTTP over unix domain sockets.
|
Enable HTTP over unix domain sockets.
|
||||||
To use this with the curl command line, you specify the socket path to the new --unix-domain option.
|
To use this with the curl command line, you specify the socket path to the new --unix-domain option.
|
||||||
|
|
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
PKG_NAME:=curl
|
PKG_NAME:=curl
|
||||||
PKG_VERSION:=7.88.1
|
PKG_VERSION:=7.88.1
|
||||||
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))/ \
|
||||||
|
|
Loading…
Reference in a new issue