summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-01-15 14:01:39 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-01-15 14:01:39 +0900
commit7383a092e3a9705c18421dd9c19932867a3f8dfd (patch)
treefc837eff9cb87e329d745919deb30b7d25a1b83f
parent0f2ff87b2778639fa5360a4db4bf5609d5fee00a (diff)
downloadreadline-accepted/tizen_5.5_base_wearable_hotfix.tar.gz
readline-accepted/tizen_5.5_base_wearable_hotfix.tar.bz2
readline-accepted/tizen_5.5_base_wearable_hotfix.zip
/lib/libreadline.so.5: undefined symbol: UP Change-Id: I8d0dab1789992a6c4377ba6f4e5ede59ec52543d Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rwxr-xr-xsupport/shobj-conf2
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*)