[Webkit-unassigned] [Bug 51327] [GTK] minimal build fails at link time due to missing sqlite3 symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 21 06:21:02 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51327





--- Comment #3 from Philippe Normand <pnormand at igalia.com>  2010-12-21 06:21:03 PST ---
(In reply to comment #2)
> (From update of attachment 76989 [details])
> Any reason not to make the files have the proper guards?

Well SQLiteDatabase is used in WebCore/page/GeolocationPositionCache.cpp, the appcache code, the icon database, WebCore/storage and probably more than git grep tells me. 

Now I think of another approach, what about keeping the GNUMakefile.am as it is and in configure.ac always check for sqlite3 presence. If it's not found and one or more features needing it are enabled, error out. If it's found and no features require it, platform/sql/SQL* will built anyway and not fail because the CFLAGS and LDFLAGS will be ok.

That'd be a less intrusive way to solve the problem, I believe.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list