]> granicus.if.org Git - apache/commitdiff
fixed NetWare proxy export list;
authorGuenter Knauf <fuankg@apache.org>
Tue, 1 Dec 2009 14:24:27 +0000 (14:24 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 1 Dec 2009 14:24:27 +0000 (14:24 +0000)
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

modules/proxy/NWGNUmakefile
modules/proxy/NWGNUproxy

index 41d8db7910b13eb21ba99f590acbff47db59c89e..30e979bf8b40e57c87d3170238b0207b6a57dcc8 100644 (file)
@@ -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
index 72f0c746fc3976f243dcb5cc5c4eb5e94018f0eb..bc284fc73975d759744f613ed8c905ad8b18ff1c 100644 (file)
@@ -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, >> $@