diff options
author | adam <adam> | 2009-05-21 11:44:42 +0000 |
---|---|---|
committer | adam <adam> | 2009-05-21 11:44:42 +0000 |
commit | a5078897dc6db94c1d8830a72a1e7ab81675a246 (patch) | |
tree | 62c4d709fce580d219f955b0a94595973e738091 /databases/sqlite3/Makefile | |
parent | ad277f0859c2a8ee31d25573c24cbf917d96c58b (diff) | |
download | pkgsrc-a5078897dc6db94c1d8830a72a1e7ab81675a246.tar.gz |
Changes 3.6.14.1:
* Fix a bug in group_concat().
* Fix a performance bug in the pager cache.
* Fix a bug in the sqlite3_backup implementation that can lead to a corrupt
backup database.
Diffstat (limited to 'databases/sqlite3/Makefile')
-rw-r--r-- | databases/sqlite3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 5a42d08cc57..b5e259c3c9e 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2009/05/20 00:58:11 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2009/05/21 11:44:42 adam Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 1 - INSTALLATION_DIRS+= ${PKGMANDIR}/man1 CONFIGURE_ARGS+= --disable-tcl CONFIGURE_ENV+= ac_cv_prog_TCLSH_CMD="" |