]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
use system sqlite3, WebSQL is disabled
authorElan Ruusamäe <glen@delfi.ee>
Fri, 29 Mar 2013 12:47:47 +0000 (14:47 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 29 Mar 2013 12:47:47 +0000 (14:47 +0200)
chromium-browser.spec

index 4f33025c6f9555386ebf613e2a4f561c3f15f16b..88d24a87e92b383cf0ab5734cf44a562c315e981 100644 (file)
@@ -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} \
This page took 0.077911 seconds and 4 git commands to generate.