Accepting request 231145 from server:database

Enable the unlock_notify API as that the QSQLITE3 driver for akonadi-runtime is depending on it (forwarded request 231120 from tittiatcoke)

OBS-URL: https://build.opensuse.org/request/show/231145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=62
This commit is contained in:
Stephan Kulow 2014-04-26 15:01:47 +00:00 committed by Git OBS Bridge
commit 1d43c73de8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 23 08:12:14 UTC 2014 - tittiatcoke@gmail.com
- Build SQLite with the unlock_notify API, which is now required
for the akonadi QSQLITE3 driver. "-DSQLITE_ENABLE_UNLOCK_NOTIFY"
-------------------------------------------------------------------
Thu Apr 3 19:29:14 UTC 2014 - andreas.stieger@gmx.de

View File

@ -124,7 +124,7 @@ rm -v sqlite-doc-%{tarversion}/releaselog/current.html
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html
%build
export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4"
export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_UNLOCK_NOTIFY"
%configure --disable-static
make