]> granicus.if.org Git - apache/commitdiff
Added mod_proxy_fcgi to NetWare build.
authorGuenter Knauf <fuankg@apache.org>
Wed, 30 Sep 2009 18:44:50 +0000 (18:44 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 30 Sep 2009 18:44:50 +0000 (18:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820381 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/NWGNUmakefile
modules/proxy/NWGNUproxyfcgi

index bb63f13042181cd66e94ccd48c1ffa90e82f0054..ec60474bc99b083e8765d3b85c552cf9ac807c13 100644 (file)
@@ -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
 #
index 74b19b63a751d226dd61a41dda865ddd9d490b1d..959d18001422c636e6182968abb996e74c52025d 100644 (file)
@@ -29,6 +29,7 @@ XINCDIRS      += \
 # These flags will come after CFLAGS\r
 #\r
 XCFLAGS                += \\r
+                       -relax_pointers \\r
                        $(EOLIST)\r
 \r
 #\r