X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fcmake%2FMakefile;h=aaa3b33f4f3912a20be6237a54a31a2aea5f1049;hb=15867deac8c9fd571e01532db03db08b515a3b42;hp=08e2b028150dd4f496e3a8ebccf27bd49b6937c2;hpb=0f2ff3ba977987f23fe2edb46669839c80c05e47;p=openwrt%2F.git diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 08e2b02815..aaa3b33f4f 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,21 +7,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=2.8.12.2 +PKG_VERSION:=3.5.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.cmake.org/files/v2.8/ -PKG_MD5SUM:=17c6513483d23590cbce6957ec6d1e66 +PKG_SOURCE_URL:=https://cmake.org/files/v3.5/ \ + https://fossies.org/linux/misc/ +PKG_MD5SUM:=701386a1b5ec95f8d1075ecf96383e02 HOST_BUILD_PARALLEL:=1 HOST_CONFIGURE_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk +HOST_CONFIGURE_CMD := MAKEFLAGS="$(HOST_JOBS)" $(BASH) ./configure + HOST_CONFIGURE_VARS := HOST_CONFIGURE_ARGS := \ - --prefix=$(STAGING_DIR_HOST) \ - $(if $(MAKE_JOBSERVER),--parallel="$(MAKE_JOBSERVER)") + --prefix=$(STAGING_DIR_HOST) $(eval $(call HostBuild))