0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-05 12:23:08 +00:00
Files
packages/net/git/patches/200-imapsend_without_curl.patch
Aleksey Vasilenko a8dd735d98 git: update to 2.46.2
- Refresh patches

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-09-28 15:17:34 +08:00

12 lines
411 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -1636,7 +1636,7 @@ else
endif
curl_check := $(shell (echo 072200; $(CURL_CONFIG) --vernum | sed -e '/^70[BC]/s/^/0/') 2>/dev/null | sort -r | sed -ne 2p)
ifeq "$(curl_check)" "072200"
- USE_CURL_FOR_IMAP_SEND = YesPlease
+# USE_CURL_FOR_IMAP_SEND = YesPlease
endif
ifdef USE_CURL_FOR_IMAP_SEND
BASIC_CFLAGS += -DUSE_CURL_FOR_IMAP_SEND