From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from plane.gmane.org ([80.91.229.3]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1VwGmq-0005vX-9g for ptxdist@pengutronix.de; Thu, 26 Dec 2013 20:40:05 +0100 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VwGmp-0006n7-4Z for ptxdist@pengutronix.de; Thu, 26 Dec 2013 20:40:03 +0100 Received: from p5DCBEDB8.dip0.t-ipconnect.de ([93.203.237.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Dec 2013 20:40:03 +0100 Received: from felix.mellmann by p5DCBEDB8.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Dec 2013 20:40:03 +0100 From: Felix Mellmann Date: Thu, 26 Dec 2013 19:35:40 +0000 (UTC) Message-ID: Mime-Version: 1.0 Subject: [ptxdist] Patch proposal: Midnight Commander depends on readline Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Midnight Commander fails to build without libreadline, so I'd like to propose a patch which selects READLINE as dependency to Midnight Commander. Regards, Felix diff -urdN ptxdist-2013.12.0/rules/mc.in ptxdist-2013.12.0.debugged/rules/mc.in --- ptxdist-2013.12.0/rules/mc.in 2013-12-18 10:48:42.000000000 +0100 +++ ptxdist-2013.12.0.debugged/rules/mc.in 2013-12-26 20:33:46.864727736 +0100 @@ -3,6 +3,7 @@ menuconfig MC tristate select GLIB + select READLINE select NCURSES if MC_USES_NCURSES select SLANG if MC_USES_SLANG select LIBC_NSL -- ptxdist mailing list ptxdist@pengutronix.de