mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +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
|
||||
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
|
||||
|
@ -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, >> $@
|
||||
|
Reference in New Issue
Block a user