Skip to content

Commit dad910b

Browse files
author
Guenter Knauf
committed
fixed NetWare proxy export list;
only build mod_serf if we have zlib. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885766 13f79535-47bb-0310-9956-ffa450edef68
1 parent 0710d39 commit dad910b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

modules/proxy/NWGNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,13 @@ TARGET_nlm = \
165165
# If WITH_MOD_SERF and SERFSRC have been defined then build the mod_serf module
166166
ifdef WITH_MOD_SERF
167167
ifneq "$(SERFSRC)" ""
168+
ifneq "$(ZLIBSDK)" ""
168169
TARGET_nlm += \
169170
$(OBJDIR)/serf.nlm \
170171
$(EOLIST)
171172
endif
172173
endif
174+
endif
173175

174176
#
175177
# If there is an LIB target, put it here

modules/proxy/NWGNUproxy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ vpath %.c ../arch/netware
256256
$(OBJDIR)/mod_proxy.imp:
257257
@echo Creating $@
258258
@echo # Exports of mod_proxy > $@
259+
@echo (AP$(VERSION_MAJMIN)) >> $@
259260
@echo proxy_module, >> $@
260261
@echo proxy_hook_canon_handler, >> $@
261262
@echo proxy_hook_post_request, >> $@

0 commit comments

Comments
 (0)