Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133405 - amaroK shoud use system libsqlite3 instead of built-in
Summary: amaroK shoud use system libsqlite3 instead of built-in
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-15 11:53 UTC by Andrey
Modified: 2006-05-15 12:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey 2006-05-15 11:53:26 UTC
amaroK ships with its own copy of sqlite, which is linked statically into it unless --without-included-sqlite is passed to configure script. Perhaps system libsqlite should be used instead.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-15 12:29:54 UTC
No it shouldn't, feel free to ask upstream the reason of that, but in general, it's unsafe, as sqlite is known to break from version to version.