Skip to content

Commit abc2fc8

Browse files
author
Guenter Knauf
committed
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
1 parent 8767cf0 commit abc2fc8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

modules/proxy/NWGNUmakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,10 @@ TARGET_nlm = \
158158
$(OBJDIR)/proxyhtp.nlm \
159159
$(OBJDIR)/proxybalancer.nlm \
160160
$(OBJDIR)/proxyajp.nlm \
161+
$(OBJDIR)/proxyfcgi.nlm \
161162
$(OBJDIR)/proxyscgi.nlm \
162163
$(EOLIST)
163164

164-
#This needs to be added to the above list once it builds for netware.
165-
# $(OBJDIR)/proxyfcgi.nlm \
166-
167165
#
168166
# If there is an LIB target, put it here
169167
#

modules/proxy/NWGNUproxyfcgi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ XINCDIRS += \
2929
# These flags will come after CFLAGS
3030
#
3131
XCFLAGS += \
32+
-relax_pointers \
3233
$(EOLIST)
3334

3435
#

0 commit comments

Comments
 (0)