From: Richard Cochran <richardcochran@gmail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] xterm: fix the build
Date: Fri, 13 Jun 2014 22:29:45 +0200 [thread overview]
Message-ID: <20140613202945.GA13867@localhost.localdomain> (raw)
In-Reply-To: <20140613182510.GA20532@localhost.localdomain>
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 <richardcochran@gmail.com>
---
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
next prev parent reply other threads:[~2014-06-13 20:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-13 15:12 [ptxdist] build failure in xterm Richard Cochran
2014-06-13 15:20 ` Michael Olbrich
2014-06-13 18:11 ` Richard Cochran
2014-06-13 18:25 ` Richard Cochran
2014-06-13 20:29 ` Richard Cochran [this message]
2014-06-16 19:00 ` [ptxdist] [PATCH] xterm: fix the build Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140613202945.GA13867@localhost.localdomain \
--to=richardcochran@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox