diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-10 15:50:43 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-10 15:50:43 +0000 |
commit | f7f57a2dd05768ac8c3bdd56c518855c5959eeb3 (patch) | |
tree | df17368003a27874ca7404bd064180565380a6ba /package | |
parent | 77cd8e7ac1ef2f629189920022da1cac680ce760 (diff) | |
download | upstream-f7f57a2dd05768ac8c3bdd56c518855c5959eeb3.tar.gz upstream-f7f57a2dd05768ac8c3bdd56c518855c5959eeb3.tar.bz2 upstream-f7f57a2dd05768ac8c3bdd56c518855c5959eeb3.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/umbim/Makefile | 4 |
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> |