Author: arekm Date: Sun Jan 28 01:00:16 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - new
---- Files affected: SOURCES: ocfs2-tools-tinfo.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/ocfs2-tools-tinfo.patch diff -u /dev/null SOURCES/ocfs2-tools-tinfo.patch:1.1 --- /dev/null Sun Jan 28 02:00:16 2007 +++ SOURCES/ocfs2-tools-tinfo.patch Sun Jan 28 02:00:11 2007 @@ -0,0 +1,11 @@ +diff -urN ocfs2-tools-1.2.2.org/configure.in ocfs2-tools-1.2.2/configure.in +--- ocfs2-tools-1.2.2.org/configure.in 2006-10-19 19:10:53.000000000 +0200 ++++ ocfs2-tools-1.2.2/configure.in 2007-01-04 20:31:15.826232250 +0100 +@@ -98,6 +98,7 @@ + AC_SUBST(UUID_LIBS) + + NCURSES_LIBS= ++AC_CHECK_LIB(tinfo, tgetstr, NCURSES_LIBS=-ltinfo) + AC_CHECK_LIB(ncurses, tgetstr, NCURSES_LIBS=-lncurses) + if test "x$NCURSES_LIBS" = "x"; then + AC_MSG_ERROR([Unable to find ncurses library]) ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
