noddos: Noddos v0.5.0 with mDNS / DNS-SD support
[feed/packages.git] / net / git / patches / 200-imapsend_without_curl.patch
1 --- a/Makefile
2 +++ b/Makefile
3 @@ -1137,7 +1137,7 @@ else
4 endif
5 curl_check := $(shell (echo 072200; $(CURL_CONFIG) --vernum | sed -e '/^70[BC]/s/^/0/') 2>/dev/null | sort -r | sed -ne 2p)
6 ifeq "$(curl_check)" "072200"
7 - USE_CURL_FOR_IMAP_SEND = YesPlease
8 +# USE_CURL_FOR_IMAP_SEND = YesPlease
9 endif
10 ifdef USE_CURL_FOR_IMAP_SEND
11 BASIC_CFLAGS += -DUSE_CURL_FOR_IMAP_SEND