From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 5F7E64696C1 for ; Fri, 22 May 2020 15:49:57 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Fri, 22 May 2020 15:49:49 +0300 Message-Id: <18007efb39cf9b2379a9c3c12218d16348e2426e.1590151460.git.avtikhon@tarantool.org> In-Reply-To: References: In-Reply-To: References: Subject: [Tarantool-patches] [PATCH v1 2/4] 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 , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Temporary added branch in curl repository with fix for out-of-source build. Part of #4874 --- 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