diff options
author | jbj <devnull@localhost> | 2000-03-30 19:22:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-03-30 19:22:46 +0000 |
commit | 00914dd961fb8e5cf25e555964a68debbd70679e (patch) | |
tree | 205bf2133d9d41504920b16db8ab1d3d6543f955 /rpmpopt.in | |
parent | f4606533e43ba1c153133096fee26b16e0360631 (diff) | |
download | rpm-00914dd961fb8e5cf25e555964a68debbd70679e.tar.gz rpm-00914dd961fb8e5cf25e555964a68debbd70679e.tar.bz2 rpm-00914dd961fb8e5cf25e555964a68debbd70679e.zip |
Mostly functional db2 interface, db3 still has problems.
CVS patchset: 3645
CVS date: 2000/03/30 19:22:46
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index 4eeca9e27..531fb242a 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -81,3 +81,10 @@ rpm alias --i18ndomains --define '_i18ndomains !#:+' # Build policies enabled from command line. Last policy applies. rpm alias --buildpolicy --define '__spec_install_post @RPMCONFIGDIR@/brp-!#:+' + +# Preferred db interface: +# 0 linux glibc libdb1 routines. +# 1 db_185.h interface in db2/db3 libdb.a. +# 2 native db2 interface. +# 3 native db3 interface. +rpm alias --preferdb --define '_preferdb !#:+' |