summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-05-14 18:43:57 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-05-14 18:43:57 (GMT)
commit3ffd5d5a29da4e25398d1d5f35d51e1b3b1f3dc3 (patch)
tree3a44e129a7b3199f49368478383344fe5bb695ad /src
parenta87e2524d9876911b0ae61388eb5c66a5799b8ff (diff)
downloadmxe-3ffd5d5a29da4e25398d1d5f35d51e1b3b1f3dc3.zip
mxe-3ffd5d5a29da4e25398d1d5f35d51e1b3b1f3dc3.tar.gz
mxe-3ffd5d5a29da4e25398d1d5f35d51e1b3b1f3dc3.tar.bz2
update package sqlite
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sqlite.mk b/src/sqlite.mk
index 6468d10..fa743d4 100644
--- a/src/sqlite.mk
+++ b/src/sqlite.mk
@@ -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 \