From: Bradley Nicholes Date: Tue, 10 Sep 2002 22:44:54 +0000 (+0000) Subject: Make file environment variables for building Apache for NetWare with IPV6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d011898709d7405dc83d53abe86f9af846ec6354;p=apache 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 --- 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 \