mirror of
https://github.com/apache/httpd.git
synced 2025-08-03 16:33:59 +00:00
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
This commit is contained in:
@ -165,11 +165,13 @@ TARGET_nlm = \
|
|||||||
# If WITH_MOD_SERF and SERFSRC have been defined then build the mod_serf module
|
# If WITH_MOD_SERF and SERFSRC have been defined then build the mod_serf module
|
||||||
ifdef WITH_MOD_SERF
|
ifdef WITH_MOD_SERF
|
||||||
ifneq "$(SERFSRC)" ""
|
ifneq "$(SERFSRC)" ""
|
||||||
|
ifneq "$(ZLIBSDK)" ""
|
||||||
TARGET_nlm += \
|
TARGET_nlm += \
|
||||||
$(OBJDIR)/serf.nlm \
|
$(OBJDIR)/serf.nlm \
|
||||||
$(EOLIST)
|
$(EOLIST)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# If there is an LIB target, put it here
|
# If there is an LIB target, put it here
|
||||||
|
@ -256,6 +256,7 @@ vpath %.c ../arch/netware
|
|||||||
$(OBJDIR)/mod_proxy.imp:
|
$(OBJDIR)/mod_proxy.imp:
|
||||||
@echo Creating $@
|
@echo Creating $@
|
||||||
@echo # Exports of mod_proxy > $@
|
@echo # Exports of mod_proxy > $@
|
||||||
|
@echo (AP$(VERSION_MAJMIN)) >> $@
|
||||||
@echo proxy_module, >> $@
|
@echo proxy_module, >> $@
|
||||||
@echo proxy_hook_canon_handler, >> $@
|
@echo proxy_hook_canon_handler, >> $@
|
||||||
@echo proxy_hook_post_request, >> $@
|
@echo proxy_hook_post_request, >> $@
|
||||||
|
Reference in New Issue
Block a user