comparison src/sqlite.mk @ 4393:bff635666945

sqlite: update to v3.19.2 * src/sqlite.mk: update version, checksum, remove system CFLAGS from pc file
author John D
date Mon, 05 Jun 2017 15:45:09 -0400
parents bd2098fa2f4d
children 4b03c8eb1c4c
comparison
equal deleted inserted replaced
4392:84c0a1f07ed4 4393:bff635666945
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 := 3170000 6 $(PKG)_VERSION := 3190200
7 $(PKG)_CHECKSUM := 7bcff1c158ed9e2c0e159c1b4b6c36d4d65dff8c 7 $(PKG)_CHECKSUM := 597735a7039ebb105ea36366783ff0a3177f9131
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/2017/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.sqlite.org/2017/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12
15 $(SED) -n 's,.*sqlite-autoconf-\([0-9][^>]*\)\.tar.*,\1,p' | \ 15 $(SED) -n 's,.*sqlite-autoconf-\([0-9][^>]*\)\.tar.*,\1,p' | \
16 head -1 16 head -1
17 endef 17 endef
18 18
19 define $(PKG)_BUILD 19 define $(PKG)_BUILD
20 $(SED) -i 's/^Cflags/#Cflags/;' '$(1)/sqlite3.pc.in'
20 cd '$(1)' && ./configure \ 21 cd '$(1)' && ./configure \
21 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ 22 $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
22 $(ENABLE_SHARED_OR_STATIC) \ 23 $(ENABLE_SHARED_OR_STATIC) \
23 --prefix='$(HOST_PREFIX)' \ 24 --prefix='$(HOST_PREFIX)' \
24 --disable-readline \ 25 --disable-readline \