From e6c22123bc088afd6f0f564b8f5224af3cf2d2e6 Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 25 May 2001 19:51:53 +0000 Subject: - perform db->verify when closing db files. CVS patchset: 4813 CVS date: 2001/05/25 19:51:53 --- db3/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'db3') diff --git a/db3/configure b/db3/configure index ff79eeed6..e4782e41d 100755 --- a/db3/configure +++ b/db3/configure @@ -8,8 +8,8 @@ rm -f config.cache ln -sf ../dist $db_dist/../db/dist ln -sf ../dist $db_dist -CFALGS="-O2" $db_dist/configure \ - $(echo $* | sed -e "s% --cache-file=.*$% --enable-shared --enable-static --enable-debug --enable-rpc --with-uniquename=rpmdb --srcdir=$db_dist%") +CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure \ + `echo $* | sed -e "s% --cache-file=.*$% --enable-shared --enable-static --enable-debug --enable-rpc --with-uniquename=rpmdb --srcdir=$db_dist%"` # XXX hack to get db-3.3.4 to configure properly rm -f $db_dist/../db/dist $db_dist/dist @@ -20,7 +20,7 @@ cat Makefile.orig | sed -e 's/ -g$/ -g -O2/' -e '/^install:/c\ listobjs:\ @echo $(OBJS) $(C_OBJS) \ \ -distdir install:\ +distdir install check:\ \ db3_install: all install_setip \\' > Makefile -- cgit v1.2.3