From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <tarantool-patches-bounce@freelists.org> Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id B3D332F808 for <tarantool-patches@freelists.org>; Sat, 3 Nov 2018 00:29:43 -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 8dHvLC00pOzA for <tarantool-patches@freelists.org>; Sat, 3 Nov 2018 00:29:43 -0400 (EDT) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (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 E1DB92F6BD for <tarantool-patches@freelists.org>; Sat, 3 Nov 2018 00:29:42 -0400 (EDT) From: Alexander Turenko <alexander.turenko@tarantool.org> Subject: [tarantool-patches] [PATCH 0/3] Fix FreeBSD build Date: Sat, 3 Nov 2018 07:29:31 +0300 Message-Id: <cover.1541219191.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: <mailto:ecartis@freelists.org?Subject=help> List-unsubscribe: <tarantool-patches-request@freelists.org?Subject=unsubscribe> List-software: Ecartis version 1.0.0 List-Id: tarantool-patches <tarantool-patches.freelists.org> List-subscribe: <tarantool-patches-request@freelists.org?Subject=subscribe> List-owner: <mailto:> List-post: <mailto:tarantool-patches@freelists.org> List-archive: <http://www.freelists.org/archives/tarantool-patches> To: Kirill Yukhin <kyukhin@tarantool.org> Cc: Alexander Turenko <alexander.turenko@tarantool.org>, tarantool-patches@freelists.org https://github.com/tarantool/tarantool/issues/3677 https://github.com/tarantool/tarantool/issues/3750 https://github.com/tarantool/tarantool/tree/Totktonada/freebsd-fixes Related: https://github.com/tarantool/tarantool/pull/3739 Tested on FreeBSD 10.4 and FreeBSD 11.2. Please, check-in into 1.10. Alexander Turenko (3): Update README.FreeBSD Add <netinet/in.h> include on FreeBSD Make libdl.so optional (for FreeBSD prior to 11.2) README.FreeBSD | 13 ++++++++----- cmake/FindCURL.cmake | 21 +++++++++++++++++---- src/CMakeLists.txt | 9 ++++++++- src/say.c | 1 + 4 files changed, 34 insertions(+), 10 deletions(-) -- 2.19.1