Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 133405

Summary: amaroK shoud use system libsqlite3 instead of built-in
Product: Gentoo Linux Reporter: Andrey <aela>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.