summaryrefslogtreecommitdiff
path: root/build/NWGNUenvironment.inc
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-09-10 22:45:29 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-09-10 22:45:29 +0000
commit413dd249296f17af61fcd2565d4ecb4d1211f3bd (patch)
tree56d3b99b45cab4bc90c190e6586e24070a2cfb68 /build/NWGNUenvironment.inc
parent149c9c384c5e4e94cb6308317afa8275e39647f6 (diff)
downloadapr-413dd249296f17af61fcd2565d4ecb4d1211f3bd.tar.gz
Make file environment variables for building APR for NetWare with IPV6
support git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r--build/NWGNUenvironment.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index 345012f76..315e65ec9 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -182,6 +182,19 @@ INSTALL = $(APR_WORK)\Dist
INSTDIRS = $(APR_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 \