Author: baggins Date: Thu May 8 14:14:34 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - ncurses need tinfo
---- Files affected: SOURCES: amanda-as_needed.patch (1.2 -> 1.3) (NEW) ---- Diffs: ================================================================ Index: SOURCES/amanda-as_needed.patch diff -u /dev/null SOURCES/amanda-as_needed.patch:1.3 --- /dev/null Thu May 8 16:14:34 2008 +++ SOURCES/amanda-as_needed.patch Thu May 8 16:14:29 2008 @@ -0,0 +1,14 @@ +--- amanda-2.6.0/config/amanda/readline.m4~ 2008-03-25 21:23:05.000000000 +0100 ++++ amanda-2.6.0/config/amanda/readline.m4 2008-05-07 13:30:33.000000000 +0200 +@@ -38,9 +38,9 @@ + proceed="true" + ], [ + AC_CHECK_LIB(ncurses, tgetent, [ +- READLINE_LIBS="-lncurses" ++ READLINE_LIBS="-lncurses -ltinfo" + proceed="true" +- ]) ++ ], [], [-ltinfo]) + ]) + ]) + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
