diff options
author | abs <abs@pkgsrc.org> | 2010-01-11 09:18:39 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-01-11 09:18:39 +0000 |
commit | ab309ccd381770eed8603c0b920d990abc07190a (patch) | |
tree | f4ed4f1e920d805b167cb6dfbf6e2da75d41c0e1 /databases | |
parent | 4bb09e19b10163eaff5432e985085db4c44fe58e (diff) | |
download | pkgsrc-ab309ccd381770eed8603c0b920d990abc07190a.tar.gz |
Match 3.6.20 behaviour & build threadsafe. Fix PR/42515 & issues with firefox. Bump PKGREVISION
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 10dca8886e8..0acdc14ddcf 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2009/12/16 19:25:38 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2010/01/11 09:18:39 abs Exp $ DISTNAME= sqlite-amalgamation-3.6.21 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/} CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ @@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}/sqlite-${PKGVERSION_NOREV} PKGCONFIG_OVERRIDE+= sqlite3.pc.in INSTALLATION_DIRS+= ${PKGMANDIR}/man1 -CONFIGURE_ARGS+= --with-readline-inc= +CONFIGURE_ARGS+= --with-readline-inc= --enable-threadsafe # Uses dlopen and friends but doesn't use -ldl on Linux. # See http://www.sqlite.org/cvstrac/tktview?tn=3555 |