Wolfgang Bauer changed bug 984828
What Removed Added
CC   wbauer@tmo.at

Comment # 10 on bug 984828 from
Actually those packages should not even be necessary: sqlitebrowser contains
its own copies and should link them statically.

Using system-wide ones might even cause problems I think as sqlitebrowser
doesn't support building against external ones, it always builds against its
included ones, so you might end up with some incompatibility (different
versions e.g.).

Statically linking them gets broken by the %cmake macro somehow it seems, using
cmake directly fixes it:
https://build.opensuse.org/package/rdiff/home:wolfi323:branches:server:database/sqlitebrowser?opackage=sqlitebrowser&oproject=server%3Adatabase&rev=22

Shall I submit this instead?

I'm just wondering why there was no problem with 3.7.0...


You are receiving this mail because: