comparison src/sqlite.mk @ 3606:9b46971891dd

sqlite: update sqlite * src/sqlite.mk: update to version 3080500, install to DESTDIR.
author John Donoghue
date Mon, 09 Jun 2014 08:45:21 -0400
parents 13be64f9f16d
children 12aaa396be7c
comparison
equal deleted inserted replaced
3605:32ee85670f82 3606:9b46971891dd
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := sqlite 4 PKG := sqlite
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3071401 6 $(PKG)_VERSION := 3080500
7 $(PKG)_CHECKSUM := c464e0e3efe98227c6546b9b1e786b51b8b642fc 7 $(PKG)_CHECKSUM := 7f667e10ccebc26ab2086b8a30cb0a600ca0acae
8 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-autoconf-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-autoconf-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.sqlite.org/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
22 $(ENABLE_SHARED_OR_STATIC) \ 22 $(ENABLE_SHARED_OR_STATIC) \
23 --prefix='$(HOST_PREFIX)' \ 23 --prefix='$(HOST_PREFIX)' \
24 --disable-readline \ 24 --disable-readline \
25 --disable-threadsafe 25 --disable-threadsafe
26 $(MAKE) -C '$(1)' -j '$(JOBS)' install 26 $(MAKE) -C '$(1)' -j '$(JOBS)'
27 $(MAKE) -C '$(1)' -j 1 install DESTDIR='$(3)'
27 endef 28 endef