diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-04-08 16:15:16 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-04-08 16:15:16 +0300 |
commit | 34b57de830dd5a600cefa1d2269626f744b642a0 (patch) | |
tree | 8fb1f7048708249b0f4645e2e0a1762eb3c4c914 /macros.in | |
parent | 4e51e58c2376e4f649db5118b137a77a71a0d8a7 (diff) | |
download | librpm-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.in | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |