Accepting request 379566 from server:database
- Enable secure delete by default, this matches Fedora & Android. It can be disabled with `PRAGMA SECURE_DELETE = 0;` - Enable more extensions, syncing with Fedora & Gentoo. OBS-URL: https://build.opensuse.org/request/show/379566 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=84
This commit is contained in:
commit
54c2367f13
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 25 08:45:56 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Enable secure delete by default, this matches Fedora & Android.
|
||||
It can be disabled with `PRAGMA SECURE_DELETE = 0;`
|
||||
- Enable more extensions, syncing with Fedora & Gentoo.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 15:22:53 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -127,11 +127,18 @@ ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releasel
|
||||
%build
|
||||
autoreconf -fi
|
||||
export CFLAGS="%{optflags} \
|
||||
-DSQLITE_ENABLE_API_ARMOR \
|
||||
-DSQLITE_ENABLE_COLUMN_METADATA \
|
||||
-DSQLITE_ENABLE_DBSTAT_VTAB \
|
||||
-DSQLITE_ENABLE_HIDDEN_COLUMNS \
|
||||
-DSQLITE_ENABLE_FTS4 \
|
||||
-DSQLITE_ENABLE_FTS5 \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
||||
-DSQLITE_ENABLE_JSON1 \
|
||||
-DSQLITE_ENABLE_RBU \
|
||||
-DSQLITE_ENABLE_RTREE \
|
||||
-DSQLITE_SOUNDEX \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
||||
-DSQLITE_SECURE_DELETE \
|
||||
"
|
||||
%configure --disable-static \
|
||||
--enable-readline
|
||||
|
Loading…
Reference in New Issue
Block a user