Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 98258 invoked from network); 30 Sep 2009 18:45:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 18:45:45 -0000 Received: (qmail 93387 invoked by uid 500); 30 Sep 2009 18:45:45 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 93322 invoked by uid 500); 30 Sep 2009 18:45:44 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 93313 invoked by uid 99); 30 Sep 2009 18:45:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 18:45:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 18:45:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0432C23888E7; Wed, 30 Sep 2009 18:44:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r820381 - in /httpd/httpd/trunk/modules/proxy: NWGNUmakefile NWGNUproxyfcgi Date: Wed, 30 Sep 2009 18:44:50 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090930184451.0432C23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Wed Sep 30 18:44:50 2009 New Revision: 820381 URL: http://svn.apache.org/viewvc?rev=820381&view=rev Log: Added mod_proxy_fcgi to NetWare build. Modified: httpd/httpd/trunk/modules/proxy/NWGNUmakefile httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi Modified: httpd/httpd/trunk/modules/proxy/NWGNUmakefile URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUmakefile?rev=820381&r1=820380&r2=820381&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/NWGNUmakefile (original) +++ httpd/httpd/trunk/modules/proxy/NWGNUmakefile Wed Sep 30 18:44:50 2009 @@ -158,12 +158,10 @@ $(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 # Modified: httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi?rev=820381&r1=820380&r2=820381&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi (original) +++ httpd/httpd/trunk/modules/proxy/NWGNUproxyfcgi Wed Sep 30 18:44:50 2009 @@ -29,6 +29,7 @@ # These flags will come after CFLAGS # XCFLAGS += \ + -relax_pointers \ $(EOLIST) #