mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Add and use expat and curl to enable http://.
The expat build was added and the pieces of curl that seemed missing. The default NO_CURL was removed so that curl is used by default. Signed-off-by: Mike Pape <dotzenlabs@gmail.com>
This commit is contained in:
committed by
Johannes Schindelin
parent
7999f434d7
commit
0e2bdc35af
2
Makefile
2
Makefile
@@ -474,7 +474,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
|
||||
NO_MMAP=YesPlease
|
||||
NO_PREAD=YesPlease
|
||||
NO_OPENSSL=YesPlease
|
||||
NO_CURL=YesPlease
|
||||
NO_SYMLINK_HEAD=YesPlease
|
||||
NO_IPV6=YesPlease
|
||||
NO_ETC_PASSWD=YesPlease
|
||||
@@ -488,6 +487,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
|
||||
NO_SYMLINKS=YesPlease
|
||||
NO_SVN_TESTS=YesPlease
|
||||
NO_PERL_MAKEMAKER=YesPlease
|
||||
NO_R_TO_GCC_LINKER = YesPlease
|
||||
COMPAT_CFLAGS += -DNO_ETC_PASSWD -DNO_ST_BLOCKS -DSTRIP_EXTENSION=\".exe\" -D__USE_MINGW_ACCESS -I compat
|
||||
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o compat/regex.o
|
||||
EXTLIBS += -lws2_32
|
||||
|
||||
Reference in New Issue
Block a user