diff --git a/sqlite3.changes b/sqlite3.changes index 2f058b2..ab88caa 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -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 diff --git a/sqlite3.spec b/sqlite3.spec index 0fff3d9..768f7af 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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