X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fcmake%2FMakefile;h=aaa3b33f4f3912a20be6237a54a31a2aea5f1049;hb=15867deac8c9fd571e01532db03db08b515a3b42;hp=cf4eee86b67b8c0f85c3836457f6448e3ce32946;hpb=ef876c20db4760ad879bee55dbf9fa97ea53912e;p=openwrt%2F.git diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index cf4eee86b6..aaa3b33f4f 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2013 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.11.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:=6f5d7b8e7534a5d9e1a7664ba63cf882 +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))