diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-01-15 14:01:39 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2019-01-15 14:01:39 +0900 |
commit | 7383a092e3a9705c18421dd9c19932867a3f8dfd (patch) | |
tree | fc837eff9cb87e329d745919deb30b7d25a1b83f | |
parent | 0f2ff87b2778639fa5360a4db4bf5609d5fee00a (diff) | |
download | readline-tizen_5.5_tv.tar.gz readline-tizen_5.5_tv.tar.bz2 readline-tizen_5.5_tv.zip |
Add libtinfo.so linktizen_5.5.m2_releasesubmit/tizen_base/20190115.051326submit/tizen_5.5_base_wearable_hotfix/20201023.155602submit/tizen_5.5_base_mobile_hotfix/20201023.171502submit/tizen_5.5_base/20191030.000001accepted/tizen/base/20190118.055604accepted/tizen/5.5/base/wearable/hotfix/20201023.080224accepted/tizen/5.5/base/mobile/hotfix/20201023.083836accepted/tizen/5.5/base/20191030.082513tizen_5.5_tvtizen_5.5_base_wearable_hotfixtizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_base_wearable_hotfixaccepted/tizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_base
/lib/libreadline.so.5: undefined symbol: UP
Change-Id: I8d0dab1789992a6c4377ba6f4e5ede59ec52543d
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rwxr-xr-x | support/shobj-conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/shobj-conf b/support/shobj-conf index c531784..23ebf58 100755 --- a/support/shobj-conf +++ b/support/shobj-conf @@ -112,7 +112,7 @@ linux*-*|gnu*-*|k*bsd*-gnu-*) SHLIB_XLDFLAGS='-Wl,-rpath-link,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)`' SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)' - SHLIB_LIBS=-lncurses + SHLIB_LIBS="-lncurses -ltinfo" ;; freebsd2*) |