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 B3D332F808 for ; 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 ; 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 ; Sat, 3 Nov 2018 00:29:42 -0400 (EDT) From: Alexander Turenko Subject: [tarantool-patches] [PATCH 0/3] Fix FreeBSD build Date: Sat, 3 Nov 2018 07:29:31 +0300 Message-Id: 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: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Kirill Yukhin Cc: Alexander Turenko , 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 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