X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/db425c226aba94d42182339ecf13bb83446966c3..b8a61e62d5ccebcdcafaffc0661e45797b42f820:/tools/mpc/Makefile diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile index 3898830c0..ab799b269 100644 --- a/tools/mpc/Makefile +++ b/tools/mpc/Makefile @@ -7,21 +7,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpc -PKG_VERSION:=0.8.1 +PKG_VERSION:=0.8.2 PKG_SOURCE_URL:=http://www.multiprecision.org/mpc/download/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=5b34aa804d514cc295414a963aedb6bf +PKG_MD5SUM:=e98267ebd5648a39f881d66797122fb6 include $(INCLUDE_DIR)/host-build.mk unexport CFLAGS -ifeq ($(HOST_OS),Darwin) - GNU_HOST_NAME:= - HOST_CONFIGURE_ARGS:=$(filter-out --target= --build= --host=,$(HOST_CONFIGURE_ARGS)) -endif - HOST_CONFIGURE_ARGS += \ --enable-static \ --disable-shared \