From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 0EB70266B7 for ; Thu, 15 Aug 2019 22:35:46 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pEblFBiLK22q for ; Thu, 15 Aug 2019 22:35:45 -0400 (EDT) Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id C36EF26598 for ; Thu, 15 Aug 2019 22:35:45 -0400 (EDT) Date: Fri, 16 Aug 2019 05:35:29 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v1 1/1][WIP] app: statically link curl 7.65.03 Message-ID: <20190816023529.jahtrqf2tdvap3ee@tkn_work_nb> References: <701e9497b0c80235ad8b28b3db5702049181d268.1565197333.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <701e9497b0c80235ad8b28b3db5702049181d268.1565197333.git.imeevma@gmail.com> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: imeevma@tarantool.org Cc: tarantool-patches@freelists.org Thanks! I finished the patch and sent it here: https://www.freelists.org/post/tarantool-patches/PATCH-02-Build-libcurl-statically WBR, Alexander Turenko. On Wed, Aug 07, 2019 at 08:10:31PM +0300, imeevma@tarantool.org wrote: > After this patch curl will be statically linked in case > ENABLE_BUNDLED_LIBCURL option is set. This option is set by > default. > > Closes #4318 > > @TarantoolBot document > Title: additional requirements > Due to building curl from sources, new requirements were added: > autoconf, automake, libtool, zlib. > --- > https://github.com/tarantool/tarantool/issues/4318 > https://github.com/tarantool/tarantool/tree/imeevma/gh-4318-link-libcurl-statically > --- > Currently this patch is not complete since there is some problem > in building Tarantool in some systems, for example Debian and OSX. > --- > > .gitmodules | 4 ++++ > .travis.mk | 4 ++-- > CMakeLists.txt | 12 ++++++++++-- > cmake/BuildLibCURL.cmake | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ > rpm/tarantool.spec | 2 +- > src/CMakeLists.txt | 3 +++ > test/unit/CMakeLists.txt | 7 +++++++ > third_party/curl | 1 + > 8 files changed, 78 insertions(+), 5 deletions(-) > create mode 100644 cmake/BuildLibCURL.cmake > create mode 160000 third_party/curl