aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-02-15 01:36:35 +0000
committerGunter Knauf <gk@gknw.de>2007-02-15 01:36:35 +0000
commite24cb6cb90005e54ca85288414478e6891fe4c1a (patch)
treebead69b4f49cebe36d1deb48bf95cab533f4460d
parentb05f408348cfcf4b40850bf7cabb7330ad65d0f6 (diff)
enabled IPV6 builds.
-rw-r--r--lib/Makefile.m323
-rw-r--r--src/Makefile.m323
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index 17085cdc1..76145917d 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -50,6 +50,9 @@ endif
ifdef SSPI
CFLAGS += -DUSE_WINDOWS_SSPI
endif
+ifdef IPV6
+ CFLAGS += -DENABLE_IPV6
+endif
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
# Makefile.inc provides the CSOURCES and HHEADERS defines
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 7bae32941..49f070ad6 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -58,6 +58,9 @@ endif
ifdef SSPI
CFLAGS += -DUSE_WINDOWS_SSPI
endif
+ifdef IPV6
+ CFLAGS += -DENABLE_IPV6
+endif
curl_LDADD += -lwsock32 -lws2_32 -lwinmm -L$(ZLIB_PATH) -lz
# Makefile.inc provides the CSOURCES and HHEADERS defines