pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/sqlite3 sqlite3: add 'deserialize' option.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5894b94d5aa
branches: trunk
changeset: 414057:b5894b94d5aa
user: rmind <rmind%pkgsrc.org@localhost>
date: Mon Mar 23 19:37:54 2020 +0000
description:
sqlite3: add 'deserialize' option.
diffstat:
databases/sqlite3/options.mk | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 4c852efbffa4 -r b5894b94d5aa databases/sqlite3/options.mk
--- a/databases/sqlite3/options.mk Mon Mar 23 19:31:10 2020 +0000
+++ b/databases/sqlite3/options.mk Mon Mar 23 19:37:54 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.5 2012/12/14 19:36:37 drochner Exp $
+# $NetBSD: options.mk,v 1.6 2020/03/23 19:37:54 rmind Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sqlite3
-PKG_SUPPORTED_OPTIONS= fts icu rtree
+PKG_SUPPORTED_OPTIONS= fts icu rtree deserialize
PKG_SUGGESTED_OPTIONS= fts # enabled in NetBSD builtin version
.include "../../mk/bsd.options.mk"
@@ -19,3 +19,7 @@
.if !empty(PKG_OPTIONS:Mrtree)
CFLAGS+= -DSQLITE_ENABLE_RTREE=1
.endif
+
+.if !empty(PKG_OPTIONS:Mdeserialize)
+CFLAGS+= -DSQLITE_ENABLE_DESERIALIZE=1
+.endif
Home |
Main Index |
Thread Index |
Old Index