X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fgmp%2FMakefile;h=19dc8215f3f8a6b55fb83a7f6317d534a4de746a;hp=38cede1e91f2229717db1f15b450c692329f03f6;hb=HEAD;hpb=3d20f56c1334b648cac8eff6037c4488168660a3 diff --git a/tools/gmp/Makefile b/tools/gmp/Makefile index 38cede1e91..f1aa5b1a40 100644 --- a/tools/gmp/Makefile +++ b/tools/gmp/Makefile @@ -7,11 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gmp -PKG_VERSION:=6.1.1 +PKG_VERSION:=6.3.0 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gmp/ -PKG_MD5SUM:=e70e183609244a332d80529e7e155a35 +PKG_HASH:=e56fd59d76810932a0555aa15a14b61c16bed66110d3c75cc2ac49ddaa9ab24c +PKG_CPE_ID:=cpe:/a:gmplib:gmp HOST_FIXUP:=autoreconf @@ -25,11 +26,14 @@ HOST_CONFIGURE_ARGS += \ --enable-static \ --disable-shared \ --disable-assembly \ - --enable-cxx \ - --enable-mpbsd + --enable-cxx ifeq ($(GNU_HOST_NAME),x86_64-linux-gnux32) HOST_CONFIGURE_ARGS += ABI=x32 endif +define Host/Uninstall + -$(call Host/Compile/Default,uninstall) +endef + $(eval $(call HostBuild))