packaging: pass '--enable-portable-binary' to configure 44/289644/1 accepted/tizen_8.0_base accepted/tizen_base accepted/tizen_base_riscv accepted/tizen_base_tool tizen_8.0_base tizen_base accepted/tizen/8.0/base/20231005.044841 accepted/tizen/base/20230714.003345 accepted/tizen/base/riscv/20231110.002655 accepted/tizen/base/tool/20230314.044257 submit/tizen_base/20230313.045051 tizen_8.0_m2_release
authorDongkyun Son <dongkyun.s@samsung.com>
Mon, 9 May 2022 03:51:43 +0000 (12:51 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Mon, 13 Mar 2023 02:46:12 +0000 (11:46 +0900)
To fix SIGILL(crashing on vmovd) with AVX inst. enabled

Change-Id: Ie979daf9282984a0a5bc7a3a0bb52ccc5f1125d2
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/libffi.spec

index b93d09c..5e085d0 100755 (executable)
@@ -61,7 +61,7 @@ developing applications that use %{name}.
 
 %build
 export LDFLAGS+="-Wl,-z,noexecstack"
-%reconfigure
+%reconfigure "--enable-portable-binary"
 %{__make} %{?_smp_mflags}
 
 %install