Dr. Werner Fink 2011-11-16 11:14:31 +00:00 committed by Git OBS Bridge
parent b60cfeea69
commit 298b99962c
3 changed files with 29 additions and 1 deletions

View File

@ -160,6 +160,28 @@
# ifndef __GNUC__ # ifndef __GNUC__
# define RCSID(id) static char *rcsid = (id); # define RCSID(id) static char *rcsid = (id);
# else # else
--- configure
+++ configure 2011-11-16 10:49:20.387146641 +0000
@@ -3750,7 +3750,7 @@ return tgetent ();
return 0;
}
_ACEOF
-for ac_lib in '' termlib termcap curses ncurses; do
+for ac_lib in '' termlib termcap tinfo curses ncurses; do
if test -z "$ac_lib"; then
ac_res="none required"
else
--- configure.in
+++ configure.in 2011-11-16 10:49:08.663146282 +0000
@@ -296,7 +296,7 @@ fi
dnl Checks for libraries
AC_SEARCH_LIBS(crypt, crypt)
AC_SEARCH_LIBS(getspnam, sec)
-AC_SEARCH_LIBS(tgetent, termlib termcap curses ncurses)
+AC_SEARCH_LIBS(tgetent, termlib termcap tinfo curses ncurses)
AC_SEARCH_LIBS(gethostbyname, nsl)
AC_SEARCH_LIBS(connect, socket)
AC_SEARCH_LIBS(catgets, catgets)
--- glob.h --- glob.h
+++ glob.h 2006-04-25 12:58:31.000000000 +0000 +++ glob.h 2006-04-25 12:58:31.000000000 +0000
@@ -72,6 +72,7 @@ typedef struct { @@ -72,6 +72,7 @@ typedef struct {

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 16 11:12:23 UTC 2011 - werner@suse.de
- Use libtinfo if available otherwise libncurses (required due
bnc #729226)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 28 14:59:52 CET 2011 - werner@suse.de Mon Feb 28 14:59:52 CET 2011 - werner@suse.de

View File

@ -26,7 +26,7 @@ Group: System/Shells
Requires: gawk textutils Requires: gawk textutils
AutoReqProv: on AutoReqProv: on
Version: 6.17.02 Version: 6.17.02
Release: 2 Release: 11
Summary: The C SHell Summary: The C SHell
Source: ftp.astron.com:/pub/tcsh/tcsh-6.17.02.tar.bz2 Source: ftp.astron.com:/pub/tcsh/tcsh-6.17.02.tar.bz2
Source1: nls-iconv Source1: nls-iconv