[Webkit-unassigned] [Bug 45416] New: Allow Chromium port to link with system-provided SQLite

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 15:50:34 PDT 2010


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

           Summary: Allow Chromium port to link with system-provided
                    SQLite
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://code.google.com/p/chromium/issues/detail?id=222
                    08
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phajdan.jr at chromium.org


It should be possible to link the Chromium port with system-provided SQLite on Linux. Currently it relies on added chromium_sqlite3 hacks.

out/Release/obj/app/libapp_base.a(connection.o): In function
`sql::Connection::Preload()':
connection.cc:(.text._ZN3sql10Connection7PreloadEv+0xcb): undefined
reference to `sqlite3Preload'
out/Release/obj/webkit/libwebcore.a(SQLiteFileSystemChromiumPosix.o): In
function `(anonymous namespace)::chromiumOpen(sqlite3_vfs*, char const*,
sqlite3_file*, int, int*)':
SQLiteFileSystemChromiumPosix.cpp:(.text._ZN12_GLOBAL__N_112chromiumOpenEP11sqlite3_vfsPKcP12sqlite3_fileiPi+0x3a):
undefined reference to `initUnixFile'
SQLiteFileSystemChromiumPosix.cpp:(.text._ZN12_GLOBAL__N_112chromiumOpenEP11sqlite3_vfsPKcP12sqlite3_fileiPi+0xfd):
undefined reference to `fillInUnixFile'

For more info see http://code.google.com/p/chromium/issues/detail?id=22208

-- 
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