X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fcmake%2FMakefile;h=7de0bd818328f1e36f9ff3254491435e1d784fc0;hb=a247e26a7e3f7562e875c01df02b68cb61920d7d;hp=4e4d71b31f19260ecfeb1996474cc649a8496d64;hpb=829e0bc8b38c57f3d8d674a68c5b3ce322882c6e;p=oweals%2Fopenwrt.git diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index 4e4d71b31f..7de0bd8183 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.10.2 +PKG_VERSION:=3.6.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.cmake.org/files/v2.8/ -PKG_MD5SUM:=097278785da7182ec0aea8769d06860c +PKG_SOURCE_URL:=https://cmake.org/files/v3.6/ \ + https://fossies.org/linux/misc/ +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))