packages: clamav/clamav-link.patch (NEW) - link with -ltinfo

lisu lisu at pld-linux.org
Fri Aug 13 10:24:14 CEST 2010


Author: lisu                         Date: Fri Aug 13 08:24:14 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- link with -ltinfo

---- Files affected:
packages/clamav:
   clamav-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/clamav/clamav-link.patch
diff -u /dev/null packages/clamav/clamav-link.patch:1.1
--- /dev/null	Fri Aug 13 10:24:15 2010
+++ packages/clamav/clamav-link.patch	Fri Aug 13 10:24:09 2010
@@ -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>"],
+ 	    [])
+ 
================================================================


More information about the pld-cvs-commit mailing list