From 1ed90417e0b731f68f0401afef4b77487d53a0cc Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 23 Apr 2018 11:14:50 +0900 Subject: [PATCH] Fix build error patch for ncurses 6.0 [Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] ncurses check error at configure [Cause & Measure] add library name at configure [Checking Method] build test [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: If317862fc63e59832599716969e70bfc144068b5 Signed-off-by: DongHun Kwak --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aeb39dc..6bf084b 100644 --- a/configure.ac +++ b/configure.ac @@ -130,7 +130,7 @@ AM_CONDITIONAL(TOOLS_ONLY, [[test "x$tools_only" = x1]]) # rather ncurses. So we check for it. TERMLIBS= # Check for termlib before termcap because Solaris termcap needs libucb. -TERMLIB_VARIANTS="ncurses curses termlib termcap terminfo" +TERMLIB_VARIANTS="tinfo ncurses curses termlib termcap terminfo" for termlib in ${TERMLIB_VARIANTS}; do AC_CHECK_LIB(${termlib}, tgetent, [TERMLIBS="${TERMLIBS} -l${termlib}"; break]) -- 2.7.4