]> granicus.if.org Git - apache/commitdiff
Make file environment variables for building Apache for NetWare with IPV6
authorBradley Nicholes <bnicholes@apache.org>
Tue, 10 Sep 2002 22:44:54 +0000 (22:44 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 10 Sep 2002 22:44:54 +0000 (22:44 +0000)
support

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96754 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index e9bf2c1bbd61a8cc3eadcd079bd8691a00eabdfc..24a71b87902ba4ca73dc98ead54065098251ba7e 100644 (file)
@@ -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 \