* [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-sqlite-r0.patch
@ 2010-10-01 8:34 99% PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 1+ results
From: PaweA Hajdan (phajdan.jr) @ 2010-10-01 8:34 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/10/01 08:34:59
Added: chromium-system-sqlite-r0.patch
Log:
Version bump for dev channel release. Add an option to build with system-provided sqlite library. Re-enable tcmalloc support. Minor ebuild cleanups. Remove old versions.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.1 www-client/chromium/files/chromium-system-sqlite-r0.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-sqlite-r0.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/files/chromium-system-sqlite-r0.patch?rev=1.1&content-type=text/plain
Index: chromium-system-sqlite-r0.patch
===================================================================
--- third_party/sqlite/sqlite3.h.orig 2010-09-30 13:13:26.000000000 +0200
+++ third_party/sqlite/sqlite3.h 2010-09-30 13:13:37.000000000 +0200
@@ -14,7 +14,7 @@
// A no-op implementation of database preloading (not available
// when using system sqlite).
-int sqlite3Preload(sqlite3 *db) { return SQLITE_OK; }
+int sqlite3Preload(sqlite3 *db);
#else
#include "third_party/sqlite/preprocessed/sqlite3.h"
#endif
--- third_party/sqlite/sqlite.gyp.orig 2010-09-30 11:49:48.000000000 +0200
+++ third_party/sqlite/sqlite.gyp 2010-09-30 11:51:38.000000000 +0200
@@ -32,7 +32,7 @@
},
}],
['(OS=="linux" or OS=="freebsd" or OS=="openbsd") and use_system_sqlite', {
- 'type': 'settings',
+ 'type': '<(library)',
'direct_dependent_settings': {
'cflags': [
# This next command produces no output but it it will fail (and
@@ -54,6 +54,9 @@
'<!@(pkg-config --libs-only-l sqlite3)',
],
},
+ 'sources': [
+ 'stubs.cc',
+ ],
}, { # else: OS != "linux" or ! use_system_sqlite
'product_name': 'sqlite3',
'type': '<(library)',
--- /dev/null 2010-09-03 08:04:12.886666449 +0200
+++ third_party/sqlite/stubs.cc 2010-09-30 11:53:35.000000000 +0200
@@ -0,0 +1,5 @@
+#include <sqlite3.h>
+
+int sqlite3Preload(sqlite3 *db) {
+ return SQLITE_OK;
+}
--- chrome/chrome.gyp.orig 2010-10-01 06:57:23.000000000 +0200
+++ chrome/chrome.gyp 2010-10-01 06:58:09.000000000 +0200
@@ -1018,6 +1018,7 @@
'_USE_32BIT_TIME_T',
],
'dependencies': [
+ 'common',
'../skia/skia.gyp:skia',
'../third_party/libjingle/libjingle.gyp:libjingle',
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-01 8:34 99% [gentoo-commits] gentoo-x86 commit in www-client/chromium/files: chromium-system-sqlite-r0.patch PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox