[packages/chromium-browser/dev-27] use system sqlite3, WebSQL is disabled
glen
glen at pld-linux.org
Fri Mar 29 13:48:15 CET 2013
commit 914ee37cdcdafe62de0ea08e53dd4a3c8b7532cd
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Fri Mar 29 14:47:47 2013 +0200
use system sqlite3, WebSQL is disabled
chromium-browser.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index 4f33025..88d24a8 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -28,7 +28,7 @@
%bcond_without system_protobuf # system protobuf
%bcond_without system_re2 # system re2
%bcond_without system_speex # system speex
-%bcond_with system_sqlite # system sqlite
+%bcond_without system_sqlite # system sqlite WebSQL (http://www.w3.org/TR/webdatabase/) will not work
%bcond_without system_libsrtp # system srtp (can be used if using bundled libjingle)
%bcond_with system_v8 # system v8
%bcond_without system_libvpx # system libvpx
@@ -74,7 +74,7 @@ Version: %{branch}.%{patchver}
%else
Version: %{branch}.%{basever}
%endif
-Release: 0.3
+Release: 0.4
License: BSD, LGPL v2+ (ffmpeg)
Group: X11/Applications/Networking
Source0: http://carme.pld-linux.org/~glen/chromium-browser/src/dev/%{name}-%{branch}.%{basever}.tar.gz
@@ -411,7 +411,7 @@ test -e Makefile || \
%{gyp_with system_protobuf} \
%{gyp_with system_re2} \
%{gyp_with system_speex} \
- %{gyp_with system_sqlite} \
+ %{gyp_with system_sqlite} %{?with_system_sqlite:-Denable_sql_database=0} \
%{gyp_with system_v8} \
%{gyp_with system_yasm} \
%{gyp_with system_zlib} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/914ee37cdcdafe62de0ea08e53dd4a3c8b7532cd
More information about the pld-cvs-commit
mailing list