From 724eab7ad08d5d833ae55f038ebc53087120b956 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Oct 2007 21:35:24 +0000 Subject: Hard-code -lncurses instead of -ltinfo. --- contrib/crossrpms/patches/gdb-6.7.1-rtems4.9-20071031.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/crossrpms/patches/gdb-6.7.1-rtems4.9-20071031.diff b/contrib/crossrpms/patches/gdb-6.7.1-rtems4.9-20071031.diff index a776310df1..a136fdf247 100644 --- a/contrib/crossrpms/patches/gdb-6.7.1-rtems4.9-20071031.diff +++ b/contrib/crossrpms/patches/gdb-6.7.1-rtems4.9-20071031.diff @@ -67,7 +67,7 @@ diff -uNr gdb-6.7.1.orig/sim/erc32/Makefile.in gdb-6.7.1/sim/erc32/Makefile.in -TERMCAP_LIB = @TERMCAP@ -READLINE_LIB = @READLINE@ +# TERMCAP_LIB = @TERMCAP_LIB@ -+TERMCAP_LIB = -ltinfo ++TERMCAP_LIB = -lncurses +# READLINE_LIB = @READLINE_LIB@ +READLINE_LIB = -lreadline -- cgit v1.2.3