mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
@@ -1,8 +1,8 @@
|
||||
--- git-2.3.0/Makefile.old 2015-03-08 02:14:42.857845824 -0300
|
||||
+++ git-2.3.0/Makefile 2015-03-08 02:15:06.697451372 -0300
|
||||
@@ -1039,7 +1039,7 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1039,7 +1039,7 @@ else
|
||||
endif
|
||||
curl_check := $(shell (echo 072200; curl-config --vernum) 2>/dev/null | sort -r | sed -ne 2p)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user