summaryrefslogtreecommitdiff
path: root/db3
diff options
context:
space:
mode:
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