summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 21:35:24 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-10-31 21:35:24 +0000
commit724eab7ad08d5d833ae55f038ebc53087120b956 (patch)
tree62b1d1929255fe7ab26e8611a84b50c20f4afca8 /contrib
parentAdd hacks to get erc32 building (diff)
downloadrtems-724eab7ad08d5d833ae55f038ebc53087120b956.tar.bz2
Hard-code -lncurses instead of -ltinfo.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/gdb-6.7.1-rtems4.9-20071031.diff2
1 files changed, 1 insertions, 1 deletions
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