[tarantool-patches] Re: [PATCH v1 1/1][WIP] app: statically link curl 7.65.03
Alexander Turenko
alexander.turenko at tarantool.org
Fri Aug 16 05:35:29 MSK 2019
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 at 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
More information about the Tarantool-patches
mailing list