summaryrefslogtreecommitdiff
path: root/db3
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-11-15 18:22:33 +0000
committerjbj <devnull@localhost>2001-11-15 18:22:33 +0000
commit846ed75f9b1b0c4c916787aa79477e98be02d30e (patch)
tree720e3041f035b558ffd0c4f3138a56729aa9095c /db3
parentf50fc15ba017e156b11d94ea18c7373b370dc5e5 (diff)
downloadlibrpm-tizen-846ed75f9b1b0c4c916787aa79477e98be02d30e.tar.gz
librpm-tizen-846ed75f9b1b0c4c916787aa79477e98be02d30e.tar.bz2
librpm-tizen-846ed75f9b1b0c4c916787aa79477e98be02d30e.zip
- tweak overlapped file fingerprint retrieval for speed.
CVS patchset: 5181 CVS date: 2001/11/15 18:22:33
Diffstat (limited to 'db3')
-rwxr-xr-xdb3/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/db3/configure b/db3/configure
index b9390c214..acf99ede6 100755
--- a/db3/configure
+++ b/db3/configure
@@ -8,6 +8,7 @@ rm -f config.cache
ln -sf ../dist $db_dist/../db/dist
ln -sf ../dist $db_dist
+#CFLAGS="-O2 -D_GNU_SOURCE -D_REENTRANT"
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%"`