Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] xterm: force detection of libICE
@ 2015-07-24 14:54 kyak
  2015-07-25 21:28 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: kyak @ 2015-07-24 14:54 UTC (permalink / raw)
  To: buildroot

With some hosts, xterm configure script fails to detect presence of
libICE. This results in error during xterm linking stage, because -lICE
is not passed to linker. This patches forces configure script to detect
libICE.

Signed-off-by: Mikhail Peselnik <bas@bmail.ru>
---
 package/xterm/xterm.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/xterm/xterm.mk b/package/xterm/xterm.mk
index 56f692d..dd07e35 100644
--- a/package/xterm/xterm.mk
+++ b/package/xterm/xterm.mk
@@ -11,5 +11,6 @@ XTERM_DEPENDENCIES = ncurses xlib_libXaw
 XTERM_LICENSE = MIT
 XTERM_LICENSE_FILES = version.c
 XTERM_CONF_OPTS = --enable-256-color
+XTERM_CONF_ENV = ac_cv_lib_ICE_IceConnectionNumber=yes
 
 $(eval $(autotools-package))
-- 
2.4.6

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-26 17:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24 14:54 [Buildroot] [PATCH 1/1] xterm: force detection of libICE kyak
2015-07-25 21:28 ` Yann E. MORIN
2015-07-26  7:55   ` kyak
2015-07-26 13:32     ` Yann E. MORIN
2015-07-26 15:49       ` kyak
2015-07-26 16:13         ` Yann E. MORIN
2015-07-26 17:14           ` Romain Naour
2015-07-26 17:47             ` kyak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox