From d011898709d7405dc83d53abe86f9af846ec6354 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Tue, 10 Sep 2002 22:44:54 +0000 Subject: [PATCH] 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 --- build/NWGNUenvironment.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 \ -- 2.50.1