changeset 2517:d48ad9d6c87c

update package sqlite
author Mark Brand <mabrand@mabrand.nl>
date Mon, 14 May 2012 20:43:57 +0200
parents c71330d27be9
children f2af4ddfe28d
files index.html src/sqlite.mk
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon May 14 09:04:28 2012 +0200
+++ b/index.html	Mon May 14 20:43:57 2012 +0200
@@ -1820,7 +1820,7 @@
     </tr>
     <tr>
         <td id="sqlite-package">sqlite</td>
-        <td id="sqlite-version">3071100</td>
+        <td id="sqlite-version">3071200</td>
         <td id="sqlite-website"><a href="http://www.sqlite.org/">SQLite</a></td>
     </tr>
     <tr>
--- a/src/sqlite.mk	Mon May 14 09:04:28 2012 +0200
+++ b/src/sqlite.mk	Mon May 14 20:43:57 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := sqlite
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := a768f76b10df84d6a2c66178544d42725a8fdaf0
+$(PKG)_CHECKSUM := 30e6b0912f074cff5563697367c2ba9608d83bd3
 $(PKG)_SUBDIR   := $(PKG)-autoconf-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.sqlite.org/$($(PKG)_FILE)
@@ -18,6 +18,7 @@
 define $(PKG)_BUILD
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
+        --build="`config.guess`" \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-readline \