summaryrefslogtreecommitdiff
path: root/db3/configure
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-09-21 11:00:50 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-09-21 11:00:50 +0300
commitbaa1cf0e1bdb7260be1cb41dc5e6c3bad180a34e (patch)
tree5d5fef64684a3638e6c0a0e80750295adae9998a /db3/configure
parent510c6763ef745b308abd1cc6cec2a62119e87c9c (diff)
downloadlibrpm-tizen-baa1cf0e1bdb7260be1cb41dc5e6c3bad180a34e.tar.gz
librpm-tizen-baa1cf0e1bdb7260be1cb41dc5e6c3bad180a34e.tar.bz2
librpm-tizen-baa1cf0e1bdb7260be1cb41dc5e6c3bad180a34e.zip
Remove BDB RPC "support"
- it's insecure, used by nobody (its been rather broken for a long time) and all, but BDB 4.8.x removed RPC support from upstream so we cant very well support in the future even if we wanted to
Diffstat (limited to 'db3/configure')
-rwxr-xr-xdb3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure
index 0682bc7d3..160b8e801 100755
--- a/db3/configure
+++ b/db3/configure
@@ -11,7 +11,7 @@ rm -f config.cache
ARGS="`echo $* | sed -e 's% [^ ]*CFLAGS=[^ ]*%%' -e 's% -[^-][^ ]*%%g' -e 's% --param=[^ ]*%%g' -e 's%--cache-file=.*$%%'`"
CC="$CC" CFLAGS="$CFLAGS" $db_dist/configure $ARGS \
- --enable-shared --enable-static --enable-rpc \
+ --enable-shared --enable-static \
--with-uniquename=_rpmdb --srcdir=$db_dist
mv Makefile Makefile.orig