]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- link with -ltinfo auto/th/clamav-0_96_2-1 auto/ti/clamav-0_96_2-1
authorlisu <lisu@pld-linux.org>
Fri, 13 Aug 2010 08:24:09 +0000 (08:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clamav-link.patch -> 1.1

clamav-link.patch [new file with mode: 0644]

diff --git a/clamav-link.patch b/clamav-link.patch
new file mode 100644 (file)
index 0000000..18f82ff
--- /dev/null
@@ -0,0 +1,11 @@
+--- clamav-0.96.2/configure.in~        2010-08-13 09:12:10.576795715 +0200
++++ clamav-0.96.2/configure.in 2010-08-13 09:43:56.526618279 +0200
+@@ -1514,7 +1514,7 @@
+ AC_LIB_FIND([ncurses], [ncurses/ncurses.h],
+           AC_LANG_PROGRAM([#include <ncurses/ncurses.h>],
+                           [initscr(); KEY_RESIZE;]),
+-          [CURSES_CPPFLAGS="$INCNCURSES"; CURSES_LIBS="$LTLIBNCURSES";
++          [CURSES_CPPFLAGS="$INCNCURSES"; CURSES_LIBS="$LTLIBNCURSES -ltinfo";
+            CURSES_INCLUDE="<ncurses/ncurses.h>"],
+           [])
This page took 0.12163 seconds and 4 git commands to generate.