Skip to content

Commit

Permalink
sqlite: enable unlock notifications
Browse files Browse the repository at this point in the history
- SQLITE_ENABLE_UNLOCK_NOTIFY is required for owntone (SynoCommunity#4337)
  • Loading branch information
hgy59 committed May 22, 2022
1 parent 1ec9d00 commit 56a6238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cross/sqlite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ LICENSE = https://www.sqlite.org/copyright.html
GNU_CONFIGURE = 1

ADDITIONAL_CFLAGS = -DSQLITE_ENABLE_COLUMN_METADATA
ADDITIONAL_CFLAGS += -DSQLITE_ENABLE_UNLOCK_NOTIFY

include ../../mk/spksrc.cross-cc.mk

0 comments on commit 56a6238

Please sign in to comment.