]> git.pld-linux.org Git - packages/sqlite3.git/commitdiff
- enable support for dbstat virtual table (required by firefox / iceweasel) auto/th/sqlite3-3.8.11.1-3
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 28 Sep 2015 16:36:04 +0000 (18:36 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 28 Sep 2015 16:36:04 +0000 (18:36 +0200)
- rel 3

sqlite3.spec

index 7da150013b319e8cc6fabd27fb938bbdb9177bf5..bb79b95b11bb1b9d4c5ed7a0b377ae415bfad8a7 100644 (file)
@@ -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
This page took 0.228218 seconds and 4 git commands to generate.