From: Guenter Knauf Date: Tue, 1 Dec 2009 14:24:27 +0000 (+0000) Subject: fixed NetWare proxy export list; X-Git-Tag: 2.3.5~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14f5f18aa4991d3bcce3599b3619e3188feee1ed;p=apache 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 --- diff --git a/modules/proxy/NWGNUmakefile b/modules/proxy/NWGNUmakefile index 41d8db7910..30e979bf8b 100644 --- a/modules/proxy/NWGNUmakefile +++ b/modules/proxy/NWGNUmakefile @@ -165,11 +165,13 @@ TARGET_nlm = \ # If WITH_MOD_SERF and SERFSRC have been defined then build the mod_serf module ifdef WITH_MOD_SERF ifneq "$(SERFSRC)" "" +ifneq "$(ZLIBSDK)" "" TARGET_nlm += \ $(OBJDIR)/serf.nlm \ $(EOLIST) endif endif +endif # # If there is an LIB target, put it here diff --git a/modules/proxy/NWGNUproxy b/modules/proxy/NWGNUproxy index 72f0c746fc..bc284fc739 100644 --- a/modules/proxy/NWGNUproxy +++ b/modules/proxy/NWGNUproxy @@ -256,6 +256,7 @@ vpath %.c ../arch/netware $(OBJDIR)/mod_proxy.imp: @echo Creating $@ @echo # Exports of mod_proxy > $@ + @echo (AP$(VERSION_MAJMIN)) >> $@ @echo proxy_module, >> $@ @echo proxy_hook_canon_handler, >> $@ @echo proxy_hook_post_request, >> $@