X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fcmake%2FMakefile;h=7de0bd818328f1e36f9ff3254491435e1d784fc0;hb=a247e26a7e3f7562e875c01df02b68cb61920d7d;hp=b71f1af626fe426f4b98e030b3035c1e8987bd7e;hpb=35cc181eb2b0e6ecf20412e3d117b1fcec96628b;p=oweals%2Fopenwrt.git diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index b71f1af626..7de0bd8183 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2015 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,22 +7,23 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cmake -PKG_VERSION:=3.3.2 +PKG_VERSION:=3.6.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.cmake.org/files/v3.3/ \ +PKG_SOURCE_URL:=https://cmake.org/files/v3.6/ \ https://fossies.org/linux/misc/ -PKG_MD5SUM:=5febbd11bcaac854a27eebaf4a124be2 +PKG_MD5SUM:=d6dd661380adacdb12f41b926ec99545 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))