Fix build error 04/176704/1 accepted/tizen_5.0_base accepted/tizen_5.5_base accepted/tizen_5.5_base_mobile_hotfix accepted/tizen_5.5_base_wearable_hotfix accepted/tizen_6.0_base accepted/tizen_6.0_base_tool accepted/tizen_6.0_base_tool_hotfix accepted/tizen_6.5_base accepted/tizen_6.5_base_tool accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_7.0_base_tool accepted/tizen_7.0_base_tool_hotfix backup/texinfo_4.13a_20230125 tizen_5.0_base tizen_5.5_base tizen_5.5_base_mobile_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv tizen_6.0_base tizen_6.0_base_hotfix tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix accepted/tizen/5.0/base/20181101.091507 accepted/tizen/5.5/base/20191030.081608 accepted/tizen/5.5/base/mobile/hotfix/20201023.083935 accepted/tizen/5.5/base/wearable/hotfix/20201023.080324 accepted/tizen/6.0/base/20201029.105902 accepted/tizen/6.0/base/20230713.143104 accepted/tizen/6.0/base/tool/20201029.111619 accepted/tizen/6.0/base/tool/hotfix/20201030.124420 accepted/tizen/6.0/base/tool/hotfix/20201102.085530 accepted/tizen/6.5/base/20230714.002725 accepted/tizen/6.5/base/tool/20211027.120912 accepted/tizen/7.0/base/20230714.003134 accepted/tizen/7.0/base/hotfix/20230714.003943 accepted/tizen/7.0/base/tool/20221028.120520 accepted/tizen/7.0/base/tool/hotfix/20221115.084554 accepted/tizen/base/20180427.142127 submit/tizen_5.0_base/20181101.000002 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171502 submit/tizen_5.5_base_wearable_hotfix/20201023.155602 submit/tizen_6.0_base/20201029.184802 submit/tizen_6.0_base_hotfix/20201030.192502 submit/tizen_6.0_base_hotfix/20201102.162702 submit/tizen_6.5_base/20211026.180901 submit/tizen_6.5_base/20211027.183101 submit/tizen_6.5_base/20211027.201101 submit/tizen_7.0_base/20221028.201301 submit/tizen_7.0_base_hotfix/20221115.161701 submit/tizen_base/20180423.023517 submit/tizen_base/20201207.055733 submit/tizen_base/20201208.051231 submit/tizen_base/20201208.051733 tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 23 Apr 2018 02:14:50 +0000 (11:14 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 23 Apr 2018 02:16:29 +0000 (11:16 +0900)
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 <dh0128.kwak@samsung.com>
configure.ac

index aeb39dc..6bf084b 100644 (file)
@@ -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])