From 9e5fd70c17a631bd70796ba1bd772d1039b00454b30919455cff6208a16d054b Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 23 Apr 2014 11:32:06 +0000 Subject: [PATCH] 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 --- sqlite3.changes | 6 ++++++ sqlite3.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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