You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/09/11 00:44:55 UTC

cvs commit: httpd-2.0/build NWGNUenvironment.inc

bnicholes    2002/09/10 15:44:54

  Modified:    build    NWGNUenvironment.inc
  Log:
  Make file environment variables for building Apache for NetWare with IPV6
  support
  
  Revision  Changes    Path
  1.6       +13 -0     httpd-2.0/build/NWGNUenvironment.inc
  
  Index: NWGNUenvironment.inc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/NWGNUenvironment.inc,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NWGNUenvironment.inc	26 Aug 2002 15:29:47 -0000	1.5
  +++ NWGNUenvironment.inc	10 Sep 2002 22:44:54 -0000	1.6
  @@ -182,6 +182,19 @@
   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 \