[packages/sqlite3] - enable support for dbstat virtual table (required by firefox / iceweasel) - rel 3

baggins baggins at pld-linux.org
Mon Sep 28 18:36:34 CEST 2015


commit 806c4314a27d7b1dd40aff157669d066c7b74246
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Sep 28 18:36:04 2015 +0200

    - enable support for  dbstat virtual table (required by firefox / iceweasel)
    - rel 3

 sqlite3.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/sqlite3.spec b/sqlite3.spec
index 7da1500..bb79b95 100644
--- a/sqlite3.spec
+++ b/sqlite3.spec
@@ -29,7 +29,7 @@ Summary:	SQLite library
 Summary(pl.UTF-8):	Biblioteka SQLite
 Name:		sqlite3
 Version:	%{ver}
-Release:	2
+Release:	3
 License:	Public Domain
 Group:		Libraries
 # Source0Download: http://www.sqlite.org/download.html
@@ -223,6 +223,10 @@ append-cppflags -DSQLITE_ENABLE_RTREE
 # http://sqlite.org/lang_corefunc.html#soundex
 #append-cppflags -DSQLITE_SOUNDEX
 
+# Support dbstat virtual table.
+# https://www.sqlite.org/dbstat.html
+append-cppflags -DSQLITE_ENABLE_DBSTAT_VTAB
+
 %if %{with unlock_notify}
 # Support unlock notification.
 # http://sqlite.org/unlock_notify.html
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sqlite3.git/commitdiff/806c4314a27d7b1dd40aff157669d066c7b74246



More information about the pld-cvs-commit mailing list