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:
parent
c5d8dc26ef
commit
9e5fd70c17
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user