]> git.pld-linux.org Git - packages/clamav.git/blob - clamav-link.patch
- link.patch not longer needed
[packages/clamav.git] / clamav-link.patch
1 --- clamav-0.96.2/configure.in~ 2010-08-13 09:12:10.576795715 +0200
2 +++ clamav-0.96.2/configure.in  2010-08-13 09:43:56.526618279 +0200
3 @@ -1514,7 +1514,7 @@
4  AC_LIB_FIND([ncurses], [ncurses/ncurses.h],
5             AC_LANG_PROGRAM([#include <ncurses/ncurses.h>],
6                             [initscr(); KEY_RESIZE;]),
7 -           [CURSES_CPPFLAGS="$INCNCURSES"; CURSES_LIBS="$LTLIBNCURSES";
8 +           [CURSES_CPPFLAGS="$INCNCURSES"; CURSES_LIBS="$LTLIBNCURSES -ltinfo";
9              CURSES_INCLUDE="<ncurses/ncurses.h>"],
10             [])
11  
This page took 0.112421 seconds and 3 git commands to generate.