diff options
author | jbj <devnull@localhost> | 2002-03-12 16:56:17 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-03-12 16:56:17 +0000 |
commit | d18bbd9bdcfaf031e5ca7b6acd5bcc4d2532d3e4 (patch) | |
tree | 935d7f1b209236f6e6876a020d5836eb37afab0c /db3/configure | |
parent | 0a71efcfc06c380feb5558aaf5de6773229894da (diff) | |
download | rpm-d18bbd9bdcfaf031e5ca7b6acd5bcc4d2532d3e4.tar.gz |
- drill ts/fi through verify mode, add methods to keep fi abstract.
- use mmap when calculating file digests on verify, ~20% faster.
CVS patchset: 5352
CVS date: 2002/03/12 16:56:17
Diffstat (limited to 'db3/configure')
-rwxr-xr-x | db3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure index 6380dc662..b8ac63fa3 100755 --- a/db3/configure +++ b/db3/configure @@ -10,7 +10,7 @@ rm -f config.cache #CFLAGS="-O2 -D_GNU_SOURCE -D_REENTRANT" CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure \ - `echo $* | sed -e "s%CFLAGS=.* --cache-file=.*$% --enable-shared --enable-static --enable-debug --enable-rpc --with-uniquename=_rpmdb --srcdir=$db_dist%"` + `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 |