summaryrefslogtreecommitdiff
path: root/core/sqlite3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/sqlite3/PKGBUILD')
-rw-r--r--core/sqlite3/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/sqlite3/PKGBUILD b/core/sqlite3/PKGBUILD
index 8cc4ccf94..f866acbed 100644
--- a/core/sqlite3/PKGBUILD
+++ b/core/sqlite3/PKGBUILD
@@ -18,7 +18,8 @@ source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a
http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
license.txt)
options=('!libtool' '!emptydirs')
-md5sums=('7eb41eea5ffa5cbe359a48629084c425')
+md5sums=('7eb41eea5ffa5cbe359a48629084c425'
+ 'c1cdbc5544034d9012e421e75a5e4890')
build() {
export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"