Accepting request 231120 from home:tittiatcoke

Enable the unlock_notify API as that the QSQLITE3 driver for akonadi-runtime is depending on it

OBS-URL: https://build.opensuse.org/request/show/231120
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=100
This commit is contained in:
Reinhard Max 2014-04-23 11:32:06 +00:00 committed by Git OBS Bridge
parent c5d8dc26ef
commit 9e5fd70c17
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 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 ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html
%build %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 %configure --disable-static
make make