summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-17 04:19:56 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-17 04:33:59 (GMT)
commit73c63cb54702f9236f74cd24bf56693d52304cd1 (patch)
tree7179a2808d3a5afe4516e0b21bfc413bd6045f97
parent00ad225e0a82ea829dce42dc3d9c0a05795ce034 (diff)
downloadmxe-73c63cb54702f9236f74cd24bf56693d52304cd1.zip
mxe-73c63cb54702f9236f74cd24bf56693d52304cd1.tar.gz
mxe-73c63cb54702f9236f74cd24bf56693d52304cd1.tar.bz2
cunit: Update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/cunit.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cunit.mk b/src/cunit.mk
index 53251d2..68a5f7c 100644
--- a/src/cunit.mk
+++ b/src/cunit.mk
@@ -3,10 +3,10 @@
PKG := cunit
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.1-2
-$(PKG)_CHECKSUM := 6c2d0627eb64c09c7140726d6bf814cf531a3ce0
+$(PKG)_VERSION := 2.1-3
+$(PKG)_CHECKSUM := eac0c71167aa3fab83483ae1313b78163f0f7238
$(PKG)_SUBDIR := CUnit-$($(PKG)_VERSION)
-$(PKG)_FILE := CUnit-$($(PKG)_VERSION)-src.tar.bz2
+$(PKG)_FILE := CUnit-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/cunit/CUnit/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
@@ -17,6 +17,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && autoreconf -fi
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \