]> git.pld-linux.org Git - packages/bird.git/blob - bird-tinfo.patch
- up to 1.2.5
[packages/bird.git] / bird-tinfo.patch
1 --- bird-1.2.5/configure.in~    2010-08-03 17:44:33.000000000 +0200
2 +++ bird-1.2.5/configure.in     2011-02-17 17:59:49.058953687 +0100
3 @@ -207,9 +207,10 @@
4  if test "$enable_client" = yes ; then
5         CLIENT=client
6         AC_CHECK_LIB(history, add_history, CLIENT_LIBS="-lhistory")
7 -       AC_CHECK_LIB(ncurses, tgetent, USE_TERMCAP_LIB=-lncurses,
8 -               AC_CHECK_LIB(curses, tgetent, USE_TERMCAP_LIB=-lcurses,
9 -                       AC_CHECK_LIB(termcap, tgetent, USE_TERMCAP_LIB=-ltermcap)))
10 +       AC_CHECK_LIB(tinfow, tgetent, USE_TERMCAP_LIB=-ltinfow,
11 +               AC_CHECK_LIB(ncurses, tgetent, USE_TERMCAP_LIB=-lncurses,
12 +                       AC_CHECK_LIB(curses, tgetent, USE_TERMCAP_LIB=-lcurses,
13 +                               AC_CHECK_LIB(termcap, tgetent, USE_TERMCAP_LIB=-ltermcap))))
14         AC_CHECK_LIB(readline, rl_callback_read_char, CLIENT_LIBS="-lreadline $CLIENT_LIBS $USE_TERMCAP_LIB",
15                 AC_MSG_ERROR([[The client requires GNU readline library 2.1 or newer. Either install the library or use --disable-client to compile without the client.]]), $USE_TERMCAP_LIB)
16         AC_CHECK_LIB(readline, rl_crlf, AC_DEFINE(HAVE_RL_CRLF),,$USE_TERMCAP_LIB)
This page took 0.054844 seconds and 3 git commands to generate.