From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WvY7A-0005fA-OV for ptxdist@pengutronix.de; Fri, 13 Jun 2014 22:30:24 +0200 Received: by mail-wi0-f179.google.com with SMTP id cc10so1492290wib.12 for ; Fri, 13 Jun 2014 13:30:14 -0700 (PDT) Received: from localhost.localdomain (089144206176.atnat0015.highway.bob.at. [89.144.206.176]) by mx.google.com with ESMTPSA id f3sm14051037eep.40.2014.06.13.13.30.11 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Jun 2014 13:30:13 -0700 (PDT) Date: Fri, 13 Jun 2014 22:29:45 +0200 From: Richard Cochran Message-ID: <20140613202945.GA13867@localhost.localdomain> References: <20140613151244.GB26660@localhost.localdomain> <20140613152001.GE5199@pengutronix.de> <20140613182510.GA20532@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140613182510.GA20532@localhost.localdomain> Subject: [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 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 --- 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