summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-04-08 16:15:16 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-04-08 16:15:16 +0300
commit34b57de830dd5a600cefa1d2269626f744b642a0 (patch)
tree8fb1f7048708249b0f4645e2e0a1762eb3c4c914 /macros.in
parent4e51e58c2376e4f649db5118b137a77a71a0d8a7 (diff)
downloadlibrpm-tizen-34b57de830dd5a600cefa1d2269626f744b642a0.tar.gz
librpm-tizen-34b57de830dd5a600cefa1d2269626f744b642a0.tar.bz2
librpm-tizen-34b57de830dd5a600cefa1d2269626f744b642a0.zip
Eliminate DB_JOINENV usage and config option
- DB_JOINENV is a no-op since BDB >= 4.4
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/macros.in b/macros.in
index f0c7120e6..0cc83b906 100644
--- a/macros.in
+++ b/macros.in
@@ -540,7 +540,6 @@ print (t)\
#---------------------- DBENV->open and DB->open common bits:
# create DB_CREATE
#---------------------- DBENV->open bits:
-# joinenv DB_JOIN_ENV
# cdb +++ DB_INIT_CDB
# txn ??? DB_INIT_TXN
# log ??? DB_INIT_LOG
@@ -569,7 +568,7 @@ print (t)\
#
# XXX Use transactions and logs for rpmdb durability (no clue yet):
-#%__dbi_other create joinenv txn log \
+#%__dbi_other create txn log \
# mp_mmapsize=8Mb mp_size=512Kb
# Use a CDB database model for concurrent access.