From cc3f6ae74edd77d363c8a3e541d8ba77425f4477 Mon Sep 17 00:00:00 2001 From: hauke Date: Wed, 22 Dec 2010 01:43:14 +0000 Subject: [PATCH] sqlite: update to version 3070400 git-svn-id: svn://svn.openwrt.org/openwrt/packages@24770 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/sqlite3/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index 274577d2c..14440ab64 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqlite -PKG_VERSION:=3.7.0 +PKG_VERSION:=3070400 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-amalgamation-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org/ -PKG_MD5SUM:=61b85f108760f91b79afc7833e6e6cb4 +PKG_MD5SUM:=8f0c690bfb33c3cbbc2471c3d9ba0158 +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-autoconf-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libncurses libreadline PKG_FIXUP:=libtool -- 2.11.0