diff options
author | Slava Barinov <v.barinov@samsung.com> | 2019-12-19 17:22:59 +0300 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2020-01-08 09:51:45 +0900 |
commit | aabcd8e66e3268a232efe2e416635d5b6bf84ad5 (patch) | |
tree | 0d774d76e554cdb4cd79c9fc3a264e7cf1a740b7 | |
parent | 250a965a9021efd0f7b1df49c95699f800249724 (diff) | |
download | cmake-accepted/tizen_6.0_base_tool.tar.gz cmake-accepted/tizen_6.0_base_tool.tar.bz2 cmake-accepted/tizen_6.0_base_tool.zip |
Add tinfo to link flagstizen_6.0.m2_releasesubmit/tizen_base/20200109.181300submit/tizen_base/20200109.180000submit/tizen_6.0_base_hotfix/20201102.162701submit/tizen_6.0_base_hotfix/20201030.192501submit/tizen_6.0_base/20201029.184801accepted/tizen/base/20200113.070339accepted/tizen/6.0/base/tool/hotfix/20201102.085847accepted/tizen/6.0/base/tool/hotfix/20201030.124717accepted/tizen/6.0/base/tool/20201029.111859accepted/tizen/6.0/base/20230713.142808accepted/tizen/6.0/base/20201029.110328tizen_6.0_base_hotfixtizen_6.0_baseaccepted/tizen_6.0_base_tool_hotfixaccepted/tizen_6.0_base_toolaccepted/tizen_6.0_base
Change-Id: I5cb374a9609323e2ac26ad8e95ab65ef2b8bb87b
Signed-off-by: Slava Barinov <v.barinov@samsung.com>
-rw-r--r-- | packaging/cmake.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/cmake.spec b/packaging/cmake.spec index 215331c04..17d399bf2 100644 --- a/packaging/cmake.spec +++ b/packaging/cmake.spec @@ -33,6 +33,7 @@ cp %{SOURCE1001} . %build export CXXFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" export CFLAGS="$CXXFLAGS" +export LDFLAGS="-ltinfo" ./configure \ --prefix=%{_prefix} \ --datadir=/share/%{name} \ |