Am 06.02.2016 um 07:21 schrieb NormW:
G/A,
Now that the exports are sorted out (Thanks Rainer) can now build the
proxy_health_check module for NetWare...
Herewith a patch, proxy_hcheck_netware_add.diff to add the nlm to the
list of nlm's to build in the /proxy dir:
Index: modules/proxy/NWGNUmakefile
===================================================================
--- modules/proxy/NWGNUmakefile (revision 1728785)
+++ modules/proxy/NWGNUmakefile (working copy)
@@ -161,6 +161,7 @@
$(OBJDIR)/proxyfcgi.nlm \
$(OBJDIR)/proxyscgi.nlm \
$(OBJDIR)/proxyexpress.nlm \
+ $(OBJDIR)/proxyhcheck.nlm \
$(OBJDIR)/proxylbm_busy.nlm \
$(OBJDIR)/proxylbm_hb.nlm \
$(OBJDIR)/proxylbm_req.nlm \
and the build module itself: NWGNUproxyhcheck for modules/proxy dir.
This builds the nlm without issue using the current httpd-trunk.
Please review before commit.
Reviewed and committed. Thanks a bunch!
Rainer