update package sqlite

This commit is contained in:
Mark Brand 2012-05-14 20:43:57 +02:00
parent a87e2524d9
commit 3ffd5d5a29
2 changed files with 3 additions and 2 deletions

View File

@ -1820,7 +1820,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

View File

@ -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 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-readline \