Bug#1010516: sqlite3: consider linking dynamically

2022-05-07 Thread GCS
Control: tags -1 +pending Hi, On Tue, May 3, 2022 at 1:15 PM Helmut Grohne wrote: > I was investigating why sqlite3 was so "big" and noticed that it links > libsqlite3 statically. The most common reason for doing so is usage of > unexported symbols. Evidently that's not the case here. So why

Bug#1010516: sqlite3: consider linking dynamically

2022-05-03 Thread Helmut Grohne
Package: sqlite3 Version: 3.38.3-1 Severity: wishlist Tags: patch Hi, I was investigating why sqlite3 was so "big" and noticed that it links libsqlite3 statically. The most common reason for doing so is usage of unexported symbols. Evidently that's not the case here. So why would it not link