diff options
author | jbj <devnull@localhost> | 2002-12-15 18:30:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-15 18:30:44 +0000 |
commit | 1552eaba2eea4943e2234ffc1026ff08c18d8725 (patch) | |
tree | 6bba7501132afb871955ae5760c593c5af24531e /db3 | |
parent | becf1f7abaaf5304384490f8ef256f744f0c8dfc (diff) | |
download | rpm-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-x | db3/configure | 2 |
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 |