On 10/3/20 6:12 PM, Scott Andrews wrote:
I have built rpm version 4.16.0 and had to add %_db_backend sqlite
to /etc/rpm/macros
Maybe I missed something but......
How can I build rpm 4.16.0 to use the sqlite database as the default?
There's no particular configure switch for that at the moment. Just
update %_db_backend in macros.in b build, eg something like this'll get
the job done:
sed -i -e "/_db_backend/ s/ bdb/ sqlite/g" macros.in
- Panu -
_______________________________________________
Rpm-list mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-list