diff options
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 |