From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 02D34469719 for ; Wed, 14 Oct 2020 11:27:54 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Wed, 14 Oct 2020 11:27:50 +0300 Message-Id: <0a48783b74bcb4fbdb3ff6f3decc79bded564bec.1602663758.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1 1/5] curl: enable curl build with old cmake List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin , Igor Munkin Cc: tarantool-patches@dev.tarantool.org Blocked check if the current cmake of the older than 3.2...3.16 version to be able to build curl at the old OS: - CentOS 6 - CentOS 7 - Debian 8 - Ubuntu 14.04 Used in 'third_party/curl' repository branch: curl-7_71_1-tarantool Needed for #4968 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4874-out-of-source-build-full-ci Issue: https://github.com/tarantool/tarantool/issues/4968 third_party/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/curl b/third_party/curl index 5a1fc8d33..12af024bc 160000 --- a/third_party/curl +++ b/third_party/curl @@ -1 +1 @@ -Subproject commit 5a1fc8d33808d7b22f57bdf9403cda7ff07b0670 +Subproject commit 12af024bc85606b14ffc415413a7e86e6bbee7eb -- 2.25.1