From: Guenter Knauf Date: Wed, 30 Sep 2009 18:44:50 +0000 (+0000) Subject: Added mod_proxy_fcgi to NetWare build. X-Git-Tag: 2.3.3~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1088a868e38d44442df7000842122f78eb139d85;p=thirdparty%2Fapache%2Fhttpd.git Added mod_proxy_fcgi to NetWare build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820381 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/NWGNUmakefile b/modules/proxy/NWGNUmakefile index bb63f130421..ec60474bc99 100644 --- a/modules/proxy/NWGNUmakefile +++ b/modules/proxy/NWGNUmakefile @@ -158,12 +158,10 @@ TARGET_nlm = \ $(OBJDIR)/proxyhtp.nlm \ $(OBJDIR)/proxybalancer.nlm \ $(OBJDIR)/proxyajp.nlm \ + $(OBJDIR)/proxyfcgi.nlm \ $(OBJDIR)/proxyscgi.nlm \ $(EOLIST) -#This needs to be added to the above list once it builds for netware. -# $(OBJDIR)/proxyfcgi.nlm \ - # # If there is an LIB target, put it here # diff --git a/modules/proxy/NWGNUproxyfcgi b/modules/proxy/NWGNUproxyfcgi index 74b19b63a75..959d1800142 100644 --- a/modules/proxy/NWGNUproxyfcgi +++ b/modules/proxy/NWGNUproxyfcgi @@ -29,6 +29,7 @@ XINCDIRS += \ # These flags will come after CFLAGS # XCFLAGS += \ + -relax_pointers \ $(EOLIST) #