From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:49178 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757148Ab0HQJES (ORCPT ); Tue, 17 Aug 2010 05:04:18 -0400 Message-ID: <4C6A4FEB.3020405@suse.cz> Date: Tue, 17 Aug 2010 11:01:31 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH 2/4] kbuild: don't include `check-lxdialog' ldflags in global HOST_LOADLIBES References: <1281932346-19067-1-git-send-email-lacombar@gmail.com> <1281932346-19067-2-git-send-email-lacombar@gmail.com> In-Reply-To: <1281932346-19067-2-git-send-email-lacombar@gmail.com> Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Arnaud Lacombe Cc: Sam Ravnborg , linux-kbuild On 16.8.2010 06:19, Arnaud Lacombe wrote: > On BSD systems, `check-lxdialog' would select -lcurses as the default > curses library which would conflict with -lncurses at runtime: curses' > compatible symbols are getting handled by the system's curses library while the > ncurses-specific symbols are getting handled by the ports' ncurses. > > This fixes `nconf' segmentation fault on these systems. > > Signed-off-by: Arnaud Lacombe > --- > scripts/kconfig/Makefile | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) I applied this and the typo fix. Thanks, Michal