From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (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 F3B15445320 for ; Tue, 14 Jul 2020 14:39:09 +0300 (MSK) Date: Tue, 14 Jul 2020 14:39:08 +0300 From: Kirill Yukhin Message-ID: <20200714113908.byq2xidmyczgu2wo@tarantool.org> References: <81870339991bd3f54fc532b631f48d8bf4aa2b57.1594039762.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <81870339991bd3f54fc532b631f48d8bf4aa2b57.1594039762.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] Block linker flag '--no-undefined' List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org, Alexander Turenko Hello, On 06 июл 15:51, Alexander V. Tikhonov wrote: > Found that opensuse adding linker flag '--no-undefined' which produces > the fails on building tests. Decided to block this flag due to dynamic > libraries will be loaded from tarantool executable and will use symbols > from it. So it is completely okay to have unresolved symbols at build > time. > > Relates to tarantool/tarantool#4562 > --- > > Github: https://github.com/tarantool/luajit/tree/avtikhon/gh-4562-suse-block-linker-flag > Issue: https://github.com/tarantool/tarantool/issues/4562 I've checked your patch into 1.10, 2.3, 2.4 and master. -- Regards, Kirill Yukhin