bnicholes 2002/09/10 15:45:29
Modified: build NWGNUenvironment.inc
Log:
Make file environment variables for building APR for NetWare with IPV6
support
Revision Changes Path
1.4 +13 -0 apr/build/NWGNUenvironment.inc
Index: NWGNUenvironment.inc
===================================================================
RCS file: /home/cvs/apr/build/NWGNUenvironment.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NWGNUenvironment.inc 26 Aug 2002 15:29:31 -0000 1.3
+++ NWGNUenvironment.inc 10 Sep 2002 22:45:29 -0000 1.4
@@ -182,6 +182,19 @@
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 \