From 243aee6f52129f7a18be5797736881aa603bd3ee Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 4 Feb 2014 13:37:04 +0100 Subject: [PATCH] sqlite: update to 3.8.3. --- srcpkgs/sqlite/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template index 7e92040a8cc..9d6bcd552db 100644 --- a/srcpkgs/sqlite/template +++ b/srcpkgs/sqlite/template @@ -1,8 +1,8 @@ # Template build file for 'sqlite'. pkgname=sqlite -version=3.8.2 +version=3.8.3 revision=1 -_amalgamationver=3080200 +_amalgamationver=3080300 wrksrc="sqlite-autoconf-${_amalgamationver}" build_style=gnu-configure makedepends="readline-devel" @@ -10,11 +10,11 @@ short_desc="SQL Database Engine in a C Library" maintainer="Juan RP " homepage="http://www.sqlite.org" license="Public Domain" -distfiles="http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz" -checksum=a0851d06092c8208e4dd947f569f40db476b472b22e3e10e2f52f3c5e94fef92 +distfiles="http://www.sqlite.org/2014/sqlite-autoconf-${_amalgamationver}.tar.gz" +checksum=dabe38cf6732a9dfd57e9a2d2629dfb12ea3f2bf8948987f91318d01e6f72a26 do_configure() { - export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \ + export CFLAGS+=" -DSQLITE_ENABLE_FTS3=1 \ -DSQLITE_ENABLE_COLUMN_METADATA=1 \ -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE"