Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 306813 - mail-client/mozilla-thunderbird-3.0.1-r1 doesn't use system sqlite
Summary: mail-client/mozilla-thunderbird-3.0.1-r1 doesn't use system sqlite
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-25 12:33 UTC by Rafał Mużyło
Modified: 2010-03-04 14:43 UTC (History)
1 user (show)

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 Rafał Mużyło 2010-02-25 12:33:11 UTC
It claims to do it, but it uses incorrect option -
it should be '--enable-system-sqlite'
instead of '--with-system-sqlite'.
Comment 1 Anthony Basile gentoo-dev 2010-02-25 18:15:57 UTC
I just checked, ./configure --help and in does indeed say

--enable-system-sqlite  Use system sqlite (located with pkgconfig)

It looks like we should do

--- mozilla-thunderbird-3.0.1-r1.ebuild.orig	2010-02-25 13:14:32.000000000 -0500
+++ mozilla-thunderbird-3.0.1-r1.ebuild	2010-02-25 13:14:51.000000000 -0500
@@ -146,7 +146,7 @@
 	mozconfig_annotate '' --with-user-appdir=.thunderbird
 	mozconfig_annotate '' --with-system-nspr
 	mozconfig_annotate '' --with-system-nss
-	mozconfig_annotate '' --with-system-sqlite
+	mozconfig_annotate '' --enable-system-sqlite
 	mozconfig_annotate 'broken' --disable-crashreporter
 
 	# Use enable features
Comment 2 Jory A. Pratt gentoo-dev 2010-03-04 14:43:55 UTC
System-sqlite is no longer the default, and controlled via useflag. Fixed in 3.0.3 which will be going stable.