summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-09-10 22:44:54 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-09-10 22:44:54 +0000
commitf7d8396ac87f62c9298e1503f3907f4e2464178a (patch)
treef6f476a7c5b04dcf488f88c61611d8bcaa30c137 /build
parent5cd4500b313af3f2d4e78a1468388bc28fa1a1d6 (diff)
downloadhttpd-f7d8396ac87f62c9298e1503f3907f4e2464178a.tar.gz
Make file environment variables for building Apache for NetWare with IPV6
support git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUenvironment.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index e9bf2c1bbd..24a71b8790 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -182,6 +182,19 @@ INSTALL = $(AP_WORK)\Dist
INSTDIRS = $(AP_WORK)\Dist
endif
+# Add support for building IPV6 alongside
+ifneq "$(IPV6)" ""
+DEFINES += -DNW_BUILD_IPV6
+
+ifneq "$(IPV6)" "SET"
+OBJDIR := $(OBJDIR)_IPV6
+INSTALL := $(INSTALL)_IPV6
+INSTDIRS := $(INSTDIRS)_IPV6
+IPV6=SET
+endif
+
+endif
+
INSTDEVDIRS := \
$(INSTDIRS) \
$(INSTALL)\Apache2\include \