Commit 7b60e0a3 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

patch by NormW to make proxy and mod_http2 build on Netware in current form

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1735459 13f79535-47bb-0310-9956-ffa450edef68
parent 37ea1c57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
	$(OBJDIR)/mod_http2.nlm \
	$(OBJDIR)/mod_http2.nlm \
	$(EOLIST)

+2 −0
Original line number Diff line number Diff line
@@ -273,6 +273,7 @@ $(OBJDIR)/mod_proxy.imp: NWGNUproxy
	@echo $(DL) proxy_run_scheme_handler,$(DL)>> $@
	@echo $(DL) ap_proxy_acquire_connection,$(DL)>> $@
	@echo $(DL) ap_proxy_backend_broke,$(DL)>> $@
	@echo $(DL) ap_proxy_buckets_lifetime_transform,$(DL)>> $@
	@echo $(DL) ap_proxy_c2hex,$(DL)>> $@
	@echo $(DL) ap_proxy_canon_netloc,$(DL)>> $@
	@echo $(DL) ap_proxy_canonenc,$(DL)>> $@
@@ -318,6 +319,7 @@ $(OBJDIR)/mod_proxy.imp: NWGNUproxy
	@echo $(DL) ap_proxy_strncpy,$(DL)>> $@
	@echo $(DL) ap_proxy_sync_balancer,$(DL)>> $@
	@echo $(DL) ap_proxy_trans_match,$(DL)>> $@
	@echo $(DL) ap_proxy_transfer_between_connections,$(DL)>> $@
	@echo $(DL) ap_proxy_valid_balancer_name,$(DL)>> $@
	@echo $(DL) ap_proxy_worker_name,$(DL)>> $@
	@echo $(DL) ap_proxyerror$(DL)>> $@