You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Guenter Knauf <ef...@gmx.net> on 2004/04/29 18:31:50 UTC

[PATCH] compile NetWare APR for Subversion

Hi,
I would like to get the following patch into CVS; 
it enables to build with berkeley DB if APU_HAVE_DB is defined to 1 in apu.h:

--- NWGNUmakefile.orig	Fri Apr 09 06:12:46 2004
+++ NWGNUmakefile	Tue Apr 27 19:36:24 2004
@@ -237,6 +237,7 @@
 	$(OBJDIR)/apr_buckets_socket.o \
 	$(OBJDIR)/apr_date.o \
 	$(OBJDIR)/apr_dbm.o \
+	$(OBJDIR)/apr_dbm_berkeleydb.o \
 	$(OBJDIR)/apr_dbm_sdbm.o \
 	$(OBJDIR)/apr_hooks.o \
 	$(OBJDIR)/apr_md4.o \

Guenter.