summaryrefslogtreecommitdiffstats
path: root/rules/xterm.make
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2014-06-13 22:29:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-16 19:45:16 +0200
commitb91090ace60f88f58bbe384c4ec0570e626956ce (patch)
tree6e90a669ec9fa965eef47ae45a8e1306413c07c6 /rules/xterm.make
parentf07416ad8c10ec48220f632797607a7ba25d79d0 (diff)
downloadptxdist-b91090ace60f88f58bbe384c4ec0570e626956ce.tar.gz
ptxdist-b91090ace60f88f58bbe384c4ec0570e626956ce.tar.xz
xterm: fix the build
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xterm.make')
-rw-r--r--rules/xterm.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/xterm.make b/rules/xterm.make
index 523bc1429..47978309e 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
# ----------------------------------------------------------------------------