commit 806c4314a27d7b1dd40aff157669d066c7b74246
Author: Jan Rękorajski <bagg...@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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to