[arch-commits] Commit in sqlite3/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 22 17:26:30 UTC 2009


    Date: Sunday, February 22, 2009 @ 12:26:30
  Author: andyrtr
Revision: 27527

upgpkg: sqlite3 3.6.11-1
    new version 3.6.11; adresses also #12887

Modified:
  sqlite3/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-22 13:58:56 UTC (rev 27526)
+++ PKGBUILD	2009-02-22 17:26:30 UTC (rev 27527)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sqlite3
-pkgver=3.6.10
+pkgver=3.6.11
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz
 	license.txt)
 options=(!libtool)
-md5sums=('a03bdc86df4025b6881d58557e4b5bd3'
+md5sums=('7ebb099696ab76cc6ff65dd496d17858'
          'c1cdbc5544034d9012e421e75a5e4890')
 
 build() {
@@ -25,6 +25,8 @@
   export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_COLUMN_METADATA=1"
   ./configure --prefix=/usr \
 	--enable-threadsafe \
+	--enable-threads-override-locks \
+	--enable-cross-thread-connections \
 	--disable-static \
 	--enable-load-extension || return 1
   make || return 1




More information about the arch-commits mailing list