summaryrefslogtreecommitdiff
path: root/db3
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-20 15:03:18 +0000
committerjbj <devnull@localhost>2002-12-20 15:03:18 +0000
commitc346c3e69f15104de5b653b8d1657731bc6edc6c (patch)
tree9634ce83e65e663e8e9f9985b0065082aa6f0c38 /db3
parente7f55c20f5c7ae0eac290dd7f9d3a948e1f6ab26 (diff)
downloadlibrpm-tizen-c346c3e69f15104de5b653b8d1657731bc6edc6c.tar.gz
librpm-tizen-c346c3e69f15104de5b653b8d1657731bc6edc6c.tar.bz2
librpm-tizen-c346c3e69f15104de5b653b8d1657731bc6edc6c.zip
- dynamically link /bin/rpm, link against good old -lpthread.
CVS patchset: 5951 CVS date: 2002/12/20 15:03:18
Diffstat (limited to 'db3')
-rwxr-xr-xdb3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure
index 5f287fc72..3c2f6f8ba 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-posixmutexes \
+ --enable-shared --enable-static --enable-rpc \
--with-uniquename=_rpmdb --srcdir=$db_dist
mv Makefile Makefile.orig