Author: bnicholes
Date: Fri May 23 10:04:11 2008
New Revision: 659597
URL: http://svn.apache.org/viewvc?rev=659597&view=rev
Log:
Turn off the APU DSO functionality so that NetWare continues to build as a single shared library
Modified:
apr/apr-util/trunk/NWGNUmakefile
apr/apr-util/trunk/include/apu.hnw
apr/apr-util/trunk/ldap/NWGNUmakefile
Modified: apr/apr-util/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/NWGNUmakefile?rev=659597&r1=659596&r2=659597&view=diff
==============================================================================
--- apr/apr-util/trunk/NWGNUmakefile (original)
+++ apr/apr-util/trunk/NWGNUmakefile Fri May 23 10:04:11 2008
@@ -248,6 +248,7 @@
$(OBJDIR)/apr_dbd.o \
$(OBJDIR)/apr_dbm_berkeleydb.o \
$(OBJDIR)/apr_dbm_sdbm.o \
+ $(OBJDIR)/apu_dso.o \
$(OBJDIR)/apr_hooks.o \
$(OBJDIR)/apr_md4.o \
$(OBJDIR)/apr_md5.o \
Modified: apr/apr-util/trunk/include/apu.hnw
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apu.hnw?rev=659597&r1=659596&r2=659597&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apu.hnw (original)
+++ apr/apr-util/trunk/include/apu.hnw Fri May 23 10:04:11 2008
@@ -83,7 +83,7 @@
/*
* we allways enable dynamic driver loads within apr_dbd
*/
-#define APU_DSO_BUILD 1
+#define APU_DSO_BUILD 0
#if !APU_DSO_BUILD
#define APU_HAVE_PGSQL 0
Modified: apr/apr-util/trunk/ldap/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/ldap/NWGNUmakefile?rev=659597&r1=659596&r2=659597&view=diff
==============================================================================
--- apr/apr-util/trunk/ldap/NWGNUmakefile (original)
+++ apr/apr-util/trunk/ldap/NWGNUmakefile Fri May 23 10:04:11 2008
@@ -27,6 +27,7 @@
$(APR)/include \
$(APR)/include/arch/NetWare \
$(APRUTIL)/include \
+ $(APRUTIL)/include/private \
$(LDAPSDK)/inc \
$(EOLIST)
|