[csw-devel] SF.net SVN: gar:[6200] csw/mgar/pkg/thunderbird/trunk
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Sat Sep 5 23:04:51 CEST 2009
Revision: 6200
http://gar.svn.sourceforge.net/gar/?rev=6200&view=rev
Author: wbonnet
Date: 2009-09-05 21:04:51 +0000 (Sat, 05 Sep 2009)
Log Message:
-----------
Remove call to sqlite_os_switch
Modified Paths:
--------------
csw/mgar/pkg/thunderbird/trunk/Makefile
csw/mgar/pkg/thunderbird/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/thunderbird/trunk/files/mozStorageAsyncIO.cpp.diff
Modified: csw/mgar/pkg/thunderbird/trunk/Makefile
===================================================================
--- csw/mgar/pkg/thunderbird/trunk/Makefile 2009-09-05 20:58:25 UTC (rev 6199)
+++ csw/mgar/pkg/thunderbird/trunk/Makefile 2009-09-05 21:04:51 UTC (rev 6200)
@@ -62,6 +62,7 @@
PATCHFILES += lber-int.h.diff
PATCHFILES += ldappr-int.h.diff
PATCHFILES += ldap-int.h.diff
+PATCHFILES += mozStorageAsyncIO.cpp.diff
TEST_SCRIPTS =
Modified: csw/mgar/pkg/thunderbird/trunk/checksums
===================================================================
--- csw/mgar/pkg/thunderbird/trunk/checksums 2009-09-05 20:58:25 UTC (rev 6199)
+++ csw/mgar/pkg/thunderbird/trunk/checksums 2009-09-05 21:04:51 UTC (rev 6200)
@@ -2,4 +2,5 @@
46527aded9c373b6095fea546d4d74f0 download/lber-int.h.diff
46ef334e67dab2301b53b661494f9d58 download/ldap-int.h.diff
e7054c1d1d6dc708805a6110ccfa7f70 download/ldappr-int.h.diff
+14a88ff4a88cd308b5cd7e25cb4b6172 download/mozStorageAsyncIO.cpp.diff
2e118fcf752ee60ce994f1471f9632d1 download/thunderbird-2.0.0.23-source.tar.bz2
Added: csw/mgar/pkg/thunderbird/trunk/files/mozStorageAsyncIO.cpp.diff
===================================================================
--- csw/mgar/pkg/thunderbird/trunk/files/mozStorageAsyncIO.cpp.diff (rev 0)
+++ csw/mgar/pkg/thunderbird/trunk/files/mozStorageAsyncIO.cpp.diff 2009-09-05 21:04:51 UTC (rev 6200)
@@ -0,0 +1,13 @@
+diff --speed-large-files --minimal -Nru thunderbird.orig/storage/src/mozStorageAsyncIO.cpp.orig thunderbird/storage/src/mozStorageAsyncIO.cpp
+--- thunderbird.orig/storage/src/mozStorageAsyncIO.cpp 2009-09-05 22:39:51.740805104 +0200
++++ thunderbird/storage/src/mozStorageAsyncIO.cpp 2009-09-05 22:41:38.590070067 +0200
+@@ -503,7 +503,8 @@
+ nsresult
+ mozStorageService::InitStorageAsyncIO()
+ {
+- sqlite3OsVtbl* vtable = sqlite3_os_switch();
++ sqlite3OsVtbl* vtable = &sqlite3Os;
++//sqlite3_os_switch();
+
+ sqliteOrigOpenReadWrite = vtable->xOpenReadWrite;
+ sqliteOrigOpenReadOnly = vtable->xOpenReadOnly;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list