X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fcmake%2FMakefile;h=aaa3b33f4f3912a20be6237a54a31a2aea5f1049;hb=15867deac8c9fd571e01532db03db08b515a3b42;hp=ff12717881b14973ffa12b6583e9ab02f6ba97b2;hpb=e8f2d46bdbdc97368bb87449c9c67c83449eb40e;p=openwrt%2F.git diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index ff12717881..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.12.1 +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:=9d38cd4e2c94c3cea97d0e2924814acc +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))