diff options
author | Slava Barinov <v.barinov@samsung.com> | 2019-04-16 10:40:32 +0300 |
---|---|---|
committer | Slava Barinov <v.barinov@samsung.com> | 2019-04-16 12:01:12 +0300 |
commit | d0fde087a31392629b11608775687885b3f0e4d5 (patch) | |
tree | 92077645255fb483f0578d6cbb98a841c4ee2bee | |
parent | 579d1c972c9603cfc5bdfad2a1397ae1ba4cbb2d (diff) | |
download | expect-d0fde087a31392629b11608775687885b3f0e4d5.tar.gz expect-d0fde087a31392629b11608775687885b3f0e4d5.tar.bz2 expect-d0fde087a31392629b11608775687885b3f0e4d5.zip |
Fix LTO buildHEADtizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasesubmit/tizen_base/20200402.112753submit/tizen_6.5_base/20211027.200601submit/tizen_6.5_base/20211027.183101submit/tizen_6.5_base/20211026.180901submit/tizen_6.0_base_hotfix/20201102.162701submit/tizen_6.0_base_hotfix/20201030.192501submit/tizen_6.0_base/20201029.184801submit/tizen_5.5_wearable_hotfix/20201026.184306submit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen/20190509.004003accepted/tizen/unified/20190509.041046accepted/tizen/base/20200403.032832accepted/tizen/6.5/base/tool/20211027.115145accepted/tizen/6.5/base/20230714.002455accepted/tizen/6.0/base/tool/hotfix/20201102.085952accepted/tizen/6.0/base/tool/hotfix/20201030.124712accepted/tizen/6.0/base/tool/20201029.112000accepted/tizen/6.0/base/20230713.142828accepted/tizen/6.0/base/20201029.110523accepted/tizen/5.5/unified/wearable/hotfix/20201027.102720accepted/tizen/5.5/unified/mobile/hotfix/20201027.062545accepted/tizen/5.5/unified/20191031.005622tizen_6.5_basetizen_6.0_base_hotfixtizen_6.0_basetizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizenbackup/expect-5.45-20211216accepted/tizen_unifiedaccepted/tizen_6.5_base_toolaccepted/tizen_6.5_baseaccepted/tizen_6.0_base_tool_hotfixaccepted/tizen_6.0_base_toolaccepted/tizen_6.0_baseaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unified
Change-Id: I06a32585e8089d69bd81cd6ae982dda4d61d6742
-rw-r--r-- | packaging/expect.spec | 4 | ||||
-rw-r--r-- | tclconfig/tcl.m4 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/expect.spec b/packaging/expect.spec index 2fd4e7e..10dc1e4 100644 --- a/packaging/expect.spec +++ b/packaging/expect.spec @@ -35,12 +35,12 @@ expect package loaded. cp %{SOURCE1001} . %build -autoreconf -%configure \ +%reconfigure \ --with-tcl=%_libdir \ --with-tk=no_tk \ --with-tclinclude=%_includedir \ --enable-shared + make %{?_smp_mflags} all pkglibdir=%_libdir/tcl/%name%version diff --git a/tclconfig/tcl.m4 b/tclconfig/tcl.m4 index 396d920..5d55e5f 100644 --- a/tclconfig/tcl.m4 +++ b/tclconfig/tcl.m4 @@ -402,7 +402,7 @@ AC_DEFUN([TEA_LOAD_TCLCONFIG], [ eval "TCL_LIB_FLAG=\"${TCL_LIB_FLAG}\"" eval "TCL_LIB_SPEC=\"${TCL_LIB_SPEC}\"" eval "TCL_STUB_LIB_FLAG=\"${TCL_STUB_LIB_FLAG}\"" - eval "TCL_STUB_LIB_SPEC=\"${TCL_STUB_LIB_SPEC}\"" + eval "TCL_STUB_LIB_SPEC=\"-Wl,--whole-archive,${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE},--no-whole-archive\"" AC_SUBST(TCL_VERSION) AC_SUBST(TCL_PATCH_LEVEL) |