check: update 0.9.14 --> 0.10.0 and enable shared

This commit is contained in:
Tony Theodore 2015-12-01 03:52:47 +11:00
parent 65edf78d1d
commit 4d819ed28e
1 changed files with 3 additions and 9 deletions

View File

@ -3,8 +3,8 @@
PKG := check
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.9.14
$(PKG)_CHECKSUM := c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a
$(PKG)_VERSION := 0.10.0
$(PKG)_CHECKSUM := f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
@ -18,12 +18,6 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \
--enable-static \
--prefix='$(PREFIX)/$(TARGET)'
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef
$(PKG)_BUILD_SHARED =