From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 B4BA14696C3 for ; Wed, 22 Apr 2020 20:44:48 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Wed, 22 Apr 2020 20:44:43 +0300 Message-Id: <1d66797563e8f5cd71be030731daa0363b4eda61.1587577457.git.avtikhon@tarantool.org> In-Reply-To: References: In-Reply-To: References: Subject: [Tarantool-patches] [PATCH v2 1/3] Fix curl repository for out-of-source build List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov , Sergey Bronnikov Cc: tarantool-patches@dev.tarantool.org Temporary added branch in curl repository with fix for out-of-source build. Part of #4258 --- third_party/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/curl b/third_party/curl index 9cd755e1d..bf6df48c8 160000 --- a/third_party/curl +++ b/third_party/curl @@ -1 +1 @@ -Subproject commit 9cd755e1d768bbf228e7c9faf223b7459f7e0105 +Subproject commit bf6df48c8c9b8377f71c2a09ff545d828c7ed2fb -- 2.17.1