summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-12-14 19:36:37 +0000
committerdrochner <drochner@pkgsrc.org>2012-12-14 19:36:37 +0000
commit48fc34268780b641e6189ed25cf0d31eccb3e257 (patch)
tree4738919646f79b0abdbef090245ebe5d974f3e72 /databases/sqlite3/Makefile
parente69abc16757434f7e3ecc4ab5d3b78db841fea2e (diff)
downloadpkgsrc-48fc34268780b641e6189ed25cf0d31eccb3e257.tar.gz
build with the same options as the NetBSD builtin version,
bump PKGREV
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r--databases/sqlite3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index e639ea59b4b..00aaf540092 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2012/10/06 17:59:07 adam Exp $
+# $NetBSD: Makefile,v 1.57 2012/12/14 19:36:37 drochner Exp $
DISTNAME= sqlite-autoconf-3071401
PKGNAME= sqlite3-3.7.14.1
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/
@@ -35,6 +36,9 @@ CFLAGS+= -DSQLITE_ENABLE_LOCKING_STYLE=0
# This define includes the sqlite3_unlock_notify() API in the build.
# It is required by Firefox 4.x.
CFLAGS+= -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
+# The following are defined in the NetBSD builtin version.
+CFLAGS+= -DSQLITE_ENABLE_COLUMN_METADATA
+CFLAGS+= -DSQLITE_ENABLE_LOAD_EXTENSION
# Uses dlopen and friends but doesn't use -ldl on Linux.
# See http://www.sqlite.org/cvstrac/tktview?tn=3555