FS#19827 - [sqlite3] Enabling unlock notification API
Attached to Project:
Arch Linux
Opened by Tom (reztho) - Wednesday, 16 June 2010, 14:42 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 24 August 2010, 19:36 GMT
Opened by Tom (reztho) - Wednesday, 16 June 2010, 14:42 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 24 August 2010, 19:36 GMT
|
Details
I'm the mantainer of an AUR package (forked-daapd-git) which
its latest version uses an experimental api from sqlite3
called unlock notification API:
http://www.sqlite.org/c3ref/unlock_notify.html It's just an interface and to enable it, it's only needed to define a C-preprocessor symbol. Debian enabled it: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579266 I know I just can make a new sqlite3 package in AUR, but I just wanted to know if you are willing to do it since at least at a first sight it's something harmless because only programs using this API will be affected from now on. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 24 August 2010, 19:36 GMT
Reason for closing: Implemented
Tuesday, 24 August 2010, 19:36 GMT
Reason for closing: Implemented
![Link to this comment](../themes/ArchLinux/comment.png)
pkg 3.7.1 in testing has it included. please test it.