On Mon, 5 Oct 2020 10:56:49 +0300
Panu Matilainen <[email protected]> wrote:

> 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 -
> 
Ok thanks I will try that
_______________________________________________
Rpm-list mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-list

Reply via email to