From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Wwc8i-0003cC-EG for ptxdist@pengutronix.de; Mon, 16 Jun 2014 21:00:20 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1Wwc8i-0004hu-9M for ptxdist@pengutronix.de; Mon, 16 Jun 2014 21:00:20 +0200 Date: Mon, 16 Jun 2014 21:00:20 +0200 From: Michael Olbrich Message-ID: <20140616190020.GE22932@pengutronix.de> References: <20140613151244.GB26660@localhost.localdomain> <20140613152001.GE5199@pengutronix.de> <20140613182510.GA20532@localhost.localdomain> <20140613202945.GA13867@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140613202945.GA13867@localhost.localdomain> Subject: Re: [ptxdist] [PATCH] xterm: fix the build 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 On Fri, Jun 13, 2014 at 10:29:45PM +0200, Richard Cochran wrote: > > Due to the change in the way that gcc is resolving the DSO linking, > shared libraries must now be named explicitly. As a result, the configure > script in the xterm package does not find libICE as it should. This patch > works around the problem by adding that library manually. > > Signed-off-by: Richard Cochran Thanks, applied. Michael > --- > rules/xterm.make | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/rules/xterm.make b/rules/xterm.make > index 523bc14..4797830 100644 > --- a/rules/xterm.make > +++ b/rules/xterm.make > @@ -46,6 +46,8 @@ XTERM_AUTOCONF := \ > # pkg-config then. > # > > +XTERM_MAKE_OPT := EXTRA_LOADFLAGS=-lICE > + > # ---------------------------------------------------------------------------- > # Target-Install > # ---------------------------------------------------------------------------- > -- > 1.7.10.4 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de