[Webkit-unassigned] [Bug 42744] New: Fix the automatic sqlite extraction for non-mmp build systems

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 21 06:02:11 PDT 2010


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

           Summary: Fix the automatic sqlite extraction for non-mmp build
                    systems
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kristian.amlie at nokia.com
                CC: benjamin.poulain at nokia.com



Kristian Amlie <kristian.amlie at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #62171|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=62171)
 --> (https://bugs.webkit.org/attachment.cgi?id=62171)
Patch

On the abld and Raptor Symbian build systems, the build system extracts the needed sqlite headers and libraries to the EPOCROOT before the compile begins. On the new makefile based build system, EPOCROOT is read-only, therefore the files must be extracted in the temporary build directory and be used from there. The necessary logic is already added to Qt itself, so this patch is simply about taking advantage of the same file when compiling QtWebKit.

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