]> granicus.if.org Git - apache/commitdiff
patch by NormW to make proxy and mod_http2 build on Netware in current form
authorStefan Eissing <icing@apache.org>
Thu, 17 Mar 2016 17:09:16 +0000 (17:09 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 17 Mar 2016 17:09:16 +0000 (17:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1735459 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/NWGNUmakefile
modules/proxy/NWGNUproxy

index ebfb52767e21e83b54bd9e17f9afd75bb6207415..e97efcaa266ed3fa6c1a55993b5b9f0d5f13fce0 100644 (file)
@@ -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)
 
index 327ba5e6f0731ec252be8a7a2f04b20685f8273f..d90f2e2175fe1ceb45db49246e6f135bbf4f6d31 100644 (file)
@@ -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)>> $@