G/Evebing
On 1/06/2011 3:12 PM, William A. Rowe Jr. wrote:
On 5/31/2011 9:04 PM, NormW wrote:
G/Morning
I will have win32 repaired shortly.  Some effort will be needed to have netware
working again, but I will be updating the necessary .hnw files from apr while
I handle the .hw files.

if cleaning out apr-trunk ldap+NetWare, the following will help; getting 
httpd-trunk to
build for NetWare again is another (not so easy) story.

Thanks Norm!  Applied.
The diff was enough to get NetWare apr-trunk building; the 2 pieces below are the last of NetWare related pieces (AFAICT).


Index: test/NWGNUaprtest
===================================================================
--- test/NWGNUaprtest   (revision 1130033)
+++ test/NWGNUaprtest   (working copy)
@@ -194,7 +194,6 @@
        $(OBJDIR)/testhash.o \
        $(OBJDIR)/testhooks.o \
        $(OBJDIR)/testipsub.o \
-       $(OBJDIR)/testldap.o \
        $(OBJDIR)/testlfs.o \
        $(OBJDIR)/testlfsabi.o \
        $(OBJDIR)/testlfsabi32.o \
Index: build/NWGNUtail.inc
===================================================================
--- build/NWGNUtail.inc (revision 1130033)
+++ build/NWGNUtail.inc (working copy)
@@ -251,7 +251,6 @@
        @echo $(DL)-sym internal$(DL)>> $@
 endif
        @echo $(DL)-l $(APR)/$(OBJDIR)$(DL)>> $@
-       @echo $(DL)-l $(APRLDAP)/$(OBJDIR)$(DL)>> $@
        @echo $(DL)-l $(APRXML)/$(OBJDIR)$(DL)>> $@
        @echo $(DL)-l $(APR)/misc/netware$(DL)>> $@
        @echo $(DL)-l $(APR)$(DL)>> $@
@@ -261,9 +260,6 @@
        @echo $(DL)-l $(NOVELLLIBC)/include/winsock/IPV6$(DL)>> $@
 endif
        @echo $(DL)-l $(NOVELLLIBC)/imports$(DL)>> $@
-ifneq "$(LDAPSDK)" ""
-       @echo $(DL)-l $(LDAPSDK)/imports$(DL)>> $@
-endif
        @echo $(DL)-nodefaults$(DL)>> $@
        @echo $(DL)-map $(OBJDIR)/$(NLM_NAME).map$(DL)>> $@
 ifneq "$(strip $(XLFLAGS))" ""

Have httpd-trunk now building again for NetWare, but sent that diff to GK for his critical eye, as it took a bit more hacking for success.

Cheers,
Norm

Reply via email to