382750dbd4
changes: -fixed bugs which can lead to database corruption under obscure and difficult to reproduce circumstances -new sqlite3_prepare_v2() API -bug fixes in the command-line shell -enhancements to the query optimizer pkgsrc change: fix a selftest which couldn't work as intended due to misuse of O_APPEND
20 lines
547 B
Text
20 lines
547 B
Text
# $NetBSD: Makefile.common,v 1.10 2007/01/11 19:08:48 drochner Exp $
|
|
|
|
DISTNAME= sqlite-3.3.10
|
|
PKGNAME= ${DISTNAME:S/-/3-/}
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
|
|
http://www.sqlite.org/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.hwaci.com/sw/sqlite/
|
|
COMMENT= SQL Database Engine in a C Library
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE= sqlite3.pc.in
|