]> git.pld-linux.org Git - packages/proftpd.git/blame - proftpd-link.patch
- rel 2; tinfo link fix
[packages/proftpd.git] / proftpd-link.patch
CommitLineData
fd29f932
AM
1--- proftpd-1.3.2e/configure.in~ 2010-08-29 19:11:41.077617756 +0200
2+++ proftpd-1.3.2e/configure.in 2010-08-29 19:14:28.683856499 +0200
3@@ -1736,14 +1736,14 @@
4 dnl headers have been found.
5 if test x"$ac_cv_header_curses_h" = xyes; then
6 AC_CHECK_LIB(curses, initscr,
7- [ CURSES_LIBS="-lcurses"
8+ [ CURSES_LIBS="-lcurses -ltinfo"
9 AC_DEFINE(HAVE_LIBCURSES, 1, [Define if you have curses])
10 ])
11 fi
12
13 if test x"$ac_cv_header_ncurses_h" = xyes; then
14 AC_CHECK_LIB(ncurses, initscr,
15- [ CURSES_LIBS="-lncurses"
16+ [ CURSES_LIBS="-lncurses -ltinfo"
17 AC_DEFINE(HAVE_LIBNCURSES, 1, [Define if you have ncurses])
18 ])
19 fi
This page took 0.02997 seconds and 4 git commands to generate.