sqlite: add flag (#6117)

Adding this flag fixes the broken-search issue in thunderbird (https://github.com/voidlinux/void-packages/issues/5750)
and probably other similar symptoms for software relying in sqlite.

sources:
- https://bugs.archlinux.org/task/48225
- https://bugzilla.gnome.org/show_bug.cgi?id=762226
- https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/sqlite#n34
This commit is contained in:
Piraty 2017-04-08 08:35:33 +02:00 committed by Juan RP
parent 884fde6680
commit 86a67f865a
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'sqlite'.
pkgname=sqlite
version=3.18.0
revision=1
revision=2
_amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
wrksrc="sqlite-autoconf-${_amalgamationver}"
build_style=gnu-configure
@ -16,7 +16,8 @@ checksum=3757612463976e7d08c5e9f0af3021613fc24bbcfe1c51197d6776b9ece9ac5c
CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
-DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE -DSQLITE_ENABLE_JSON1 \
-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4"
-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 \
-DSQLITE_ENABLE_FTS3_TOKENIZER=1 "
# explicitly enable fdatasync
CFLAGS+=" -DHAVE_FDATASYNC"
disable_parallel_build=yes