summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-09-10 22:45:29 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-09-10 22:45:29 +0000
commit8e71808513399103e4ba1fc5203cd13c8b97ff78 (patch)
tree56d3b99b45cab4bc90c190e6586e24070a2cfb68 /build
parenta32a849995e54c5ce2c7145b7496118bab04844e (diff)
downloadlibapr-8e71808513399103e4ba1fc5203cd13c8b97ff78.tar.gz
Make file environment variables for building APR for NetWare with IPV6
support git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63857 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 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 \