Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308949 - www-client/icecate should use USE=system-sqlite to toggle internal/external sqlite in the same way as mozilla-firefox
Summary: www-client/icecate should use USE=system-sqlite to toggle internal/external s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-03-11 08:48 UTC by Andrew Savchenko
Modified: 2010-03-13 14:41 UTC (History)
0 users

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


Attachments
respect system-sqlite USE flag (icecat-3.6-r1.ebuild-system-sqlite.patch,1.55 KB, patch)
2010-03-11 08:50 UTC, Andrew Savchenko
Details | Diff
metadata patch for system-sqlite (metadata.xml-system-sqlite.patch,427 bytes, patch)
2010-03-11 08:54 UTC, Andrew Savchenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2010-03-11 08:48:16 UTC
Hello,

Currently internal/external sqlite usage may be toggled by USE="system-sqlite" for xulrunner and firefox, but not icecat. This is not fail and may cause problems when xulrunner was compiled without system-sqlite, but system wide sqlite support was enabled for icecat.

In my particular case reasoning is simple: I do not want to install system-wide sqlite with secure delete enable as it hurts other applications.
Comment 1 Andrew Savchenko gentoo-dev 2010-03-11 08:50:59 UTC
Created attachment 223119 [details, diff]
respect system-sqlite USE flag

... in the same way as for www-client/mozilla-firefox
Comment 2 Andrew Savchenko gentoo-dev 2010-03-11 08:54:56 UTC
Created attachment 223121 [details, diff]
metadata patch for system-sqlite
Comment 3 Jory A. Pratt gentoo-dev 2010-03-12 14:29:14 UTC
Nirbheek apply patches +1 from my end.
Comment 4 Jory A. Pratt gentoo-dev 2010-03-13 14:41:09 UTC
Thanks for your report.