From 0e2bdc35afa484b521b7af2e74ad661b732d92eb Mon Sep 17 00:00:00 2001 From: Mike Pape Date: Fri, 3 Aug 2007 19:27:53 -0400 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24bf460a1d..4103eca01b 100644 --- a/Makefile +++ b/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