packaging: pass '--enable-portable-binary' to configure 54/274754/3 accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_7.0_base_tool accepted/tizen_7.0_base_tool_hotfix tizen_7.0_base tizen_7.0_base_hotfix accepted/tizen/7.0/base/20230714.002940 accepted/tizen/7.0/base/hotfix/20230714.003754 accepted/tizen/7.0/base/tool/20221028.121534 accepted/tizen/7.0/base/tool/hotfix/20221115.090100 accepted/tizen/base/tool/20220524.050447 submit/tizen_7.0_base/20221028.201101 submit/tizen_7.0_base_hotfix/20221115.161601 submit/tizen_base/20220509.122434 tizen_7.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, 9 May 2022 12:22:30 +0000 (12:22 +0000)
To fix SIGILL(crashing on vmovd) with AVX inst. enabled

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

index d256895..c14b9df 100644 (file)
@@ -61,7 +61,7 @@ developing applications that use %{name}.
 
 %build
 export LDFLAGS+="-Wl,-z,noexecstack"
-%reconfigure
+%reconfigure "--enable-portable-binary"
 %{__make} %{?_smp_mflags}
 
 %install