diff options
author | jbj <devnull@localhost> | 2001-05-25 19:51:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-25 19:51:53 +0000 |
commit | e6c22123bc088afd6f0f564b8f5224af3cf2d2e6 (patch) | |
tree | 9f1315b0301b2c8ae873d13098786e366df43d01 /db3 | |
parent | 4d76eb6dee47bbb119846428af238727d7cd5b61 (diff) | |
download | librpm-tizen-e6c22123bc088afd6f0f564b8f5224af3cf2d2e6.tar.gz librpm-tizen-e6c22123bc088afd6f0f564b8f5224af3cf2d2e6.tar.bz2 librpm-tizen-e6c22123bc088afd6f0f564b8f5224af3cf2d2e6.zip |
- perform db->verify when closing db files.
CVS patchset: 4813
CVS date: 2001/05/25 19:51:53
Diffstat (limited to 'db3')
-rwxr-xr-x | db3/configure | 6 |
1 files changed, 3 insertions, 3 deletions
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 |