You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2016/03/17 18:09:16 UTC

svn commit: r1735459 - in /httpd/httpd/branches/2.4.x/modules: http2/NWGNUmakefile proxy/NWGNUproxy

Author: icing
Date: Thu Mar 17 17:09:16 2016
New Revision: 1735459

URL: http://svn.apache.org/viewvc?rev=1735459&view=rev
Log:
patch by NormW to make proxy and mod_http2 build on Netware in current form

Modified:
    httpd/httpd/branches/2.4.x/modules/http2/NWGNUmakefile
    httpd/httpd/branches/2.4.x/modules/proxy/NWGNUproxy

Modified: httpd/httpd/branches/2.4.x/modules/http2/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http2/NWGNUmakefile?rev=1735459&r1=1735458&r2=1735459&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/http2/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.4.x/modules/http2/NWGNUmakefile Thu Mar 17 17:09:16 2016
@@ -153,6 +153,7 @@ XDCDATA		=
 #
 TARGET_nlm = \
 	$(OBJDIR)/mod_http2.nlm \
+	$(OBJDIR)/mod_http2.nlm \
 	$(EOLIST)
 
 #

Modified: httpd/httpd/branches/2.4.x/modules/proxy/NWGNUproxy
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/proxy/NWGNUproxy?rev=1735459&r1=1735458&r2=1735459&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/modules/proxy/NWGNUproxy (original)
+++ httpd/httpd/branches/2.4.x/modules/proxy/NWGNUproxy Thu Mar 17 17:09:16 2016
@@ -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)>> $@