G/M,
Recent additions to http-trunk/modules/http2 require the attached apatch to the http2 NetWare build file:
Index: modules/http2/NWGNUmakefile
===================================================================
--- modules/http2/NWGNUmakefile (revision 1729251)
+++ modules/http2/NWGNUmakefile (working copy)
@@ -34,6 +34,8 @@
                        $(NGH2SRC)/lib/ \
                        $(NGH2SRC)/lib/includes \
                        $(SERVER)/mpm/NetWare \
+                       $(STDMOD)/proxy \
+                       $(STDMOD)/ssl \
                        $(NWOS) \
                        $(EOLIST)

@@ -55,6 +57,7 @@
 #
 XLFLAGS                += \
                        -L$(OBJDIR) \
+                       -L../proxy \
                        $(EOLIST)

 #
@@ -224,6 +227,7 @@
        @libc.imp \
        @aprlib.imp \
        @httpd.imp \
+       @mod_proxy.imp \
        $(EOLIST)

 #

The first 2 extra lines allow the compiler to find extra headers, the 3rd allows the linker to locate mod_proxy.imp.

Please review and apply this if it seems reasonable.

Norm
Index: modules/http2/NWGNUmakefile
===================================================================
--- modules/http2/NWGNUmakefile	(revision 1729251)
+++ modules/http2/NWGNUmakefile	(working copy)
@@ -34,6 +34,8 @@
 			$(NGH2SRC)/lib/ \
 			$(NGH2SRC)/lib/includes \
 			$(SERVER)/mpm/NetWare \
+			$(STDMOD)/proxy \
+			$(STDMOD)/ssl \
 			$(NWOS) \
 			$(EOLIST)
 
@@ -55,6 +57,7 @@
 #
 XLFLAGS		+= \
 			-L$(OBJDIR) \
+			-L../proxy \
 			$(EOLIST)
 
 #
@@ -224,6 +227,7 @@
 	@libc.imp \
 	@aprlib.imp \
 	@httpd.imp \
+	@mod_proxy.imp \
 	$(EOLIST)
 
 #

Reply via email to