summaryrefslogtreecommitdiff
path: root/db3
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-15 18:30:44 +0000
committerjbj <devnull@localhost>2002-12-15 18:30:44 +0000
commit1552eaba2eea4943e2234ffc1026ff08c18d8725 (patch)
tree6bba7501132afb871955ae5760c593c5af24531e /db3
parentbecf1f7abaaf5304384490f8ef256f744f0c8dfc (diff)
downloadrpm-1552eaba2eea4943e2234ffc1026ff08c18d8725.tar.gz
rpm-1552eaba2eea4943e2234ffc1026ff08c18d8725.tar.bz2
rpm-1552eaba2eea4943e2234ffc1026ff08c18d8725.zip
- disable fcntl(2) lock on Packages until glibc+nptl is fixed.
- make cdb locks "private" for pthreads compatibility w/o NPTL. - add --enable-posixmutexes to use NPTL. - make dependency generation "opt-out" everywhere. CVS patchset: 5943 CVS date: 2002/12/15 18:30:44
Diffstat (limited to 'db3')
-rwxr-xr-xdb3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure
index 3c2f6f8ba..5f287fc72 100755
--- a/db3/configure
+++ b/db3/configure
@@ -8,7 +8,7 @@ rm -f config.cache
ARGS="`echo $* | sed -e 's% [^ ]*CFLAGS=[^ ]*%%' -e 's% -[^-][^ ]*%%g' -e 's%--cache-file=.*$%%'`"
CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure $ARGS \
- --enable-shared --enable-static --enable-rpc \
+ --enable-shared --enable-static --enable-rpc --enable-posixmutexes \
--with-uniquename=_rpmdb --srcdir=$db_dist
mv Makefile Makefile.orig