aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-10 15:50:43 +0000
committerJohn Crispin <john@openwrt.org>2014-12-10 15:50:43 +0000
commita8d0b4153090e64c8a0222b6afe265edae039da8 (patch)
tree596a2a297b891cc568a22ec54cb101be0cab1d91
parentb59d1a96eaf3f5b057cb66275d42a74fddc791c7 (diff)
downloadupstream-a8d0b4153090e64c8a0222b6afe265edae039da8.tar.gz
upstream-a8d0b4153090e64c8a0222b6afe265edae039da8.tar.bz2
upstream-a8d0b4153090e64c8a0222b6afe265edae039da8.zip
umbim: fix build for 64bit targets
the CC builder fails to build umbim for 64bit targets (xlp, malta64, ....) Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43595
-rw-r--r--package/network/utils/umbim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/umbim/Makefile b/package/network/utils/umbim/Makefile
index a699a26bfa..64e4acc7b3 100644
--- a/package/network/utils/umbim/Makefile
+++ b/package/network/utils/umbim/Makefile
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=umbim
-PKG_VERSION:=2014-09-09
+PKG_VERSION:=2014-12-10
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.openwrt.org/project/umbim.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=4ae19ab4fcdd70dbfc8c303d752502f2da5a7e75
+PKG_SOURCE_VERSION:=e195e48623be73d9b6a787d7ede951cb426393a9
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>