[packages/chromium-browser/dev-27] disable system sqlite, our sqlite is not built with icu

glen glen at pld-linux.org
Sat May 4 18:56:07 CEST 2013


commit a8f4f3acb468583bc905df6ab0e521509ec1c18e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 4 19:55:06 2013 +0300

    disable system sqlite, our sqlite is not built with icu
    
    [15036:15086:0504/195440:ERROR:connection.cc(733)] sqlite error 1, errno 0: unknown tokenizer: icu
    
    needed compile time option:
    -DSQLITE_ENABLE_ICU

 chromium-browser.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index b0a9702..b98a370 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_without	system_sqlite	# system sqlite WebSQL (http://www.w3.org/TR/webdatabase/) will not work
+%bcond_with	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
@@ -69,7 +69,7 @@ Version:	%{branch}.%{patchver}
 %else
 Version:	%{branch}.%{basever}
 %endif
-Release:	0.10
+Release:	0.13
 License:	BSD, LGPL v2+ (ffmpeg)
 Group:		X11/Applications/Networking
 Source0:	http://carme.pld-linux.org/~glen/chromium-browser/src/beta/%{name}-%{branch}.%{basever}.tar.gz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/a8f4f3acb468583bc905df6ab0e521509ec1c18e



More information about the pld-cvs-commit mailing list