Apply gcc-unforce-options for HWASan build 79/265179/1 accepted/tizen_6.5_base accepted/tizen_6.5_base_tool 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_6.5_base tizen_7.0_base tizen_7.0_base_hotfix accepted/tizen/6.5/base/20230714.002754 accepted/tizen/6.5/base/tool/20211110.003121 accepted/tizen/7.0/base/20230714.003202 accepted/tizen/7.0/base/hotfix/20230714.004011 accepted/tizen/7.0/base/tool/20221028.113343 accepted/tizen/7.0/base/tool/hotfix/20221115.085120 accepted/tizen/base/tool/20211104.015149 submit/tizen_6.5_base/20211105.013511 submit/tizen_7.0_base/20221028.200901 submit/tizen_7.0_base_hotfix/20221115.161501 submit/tizen_base/20211015.012937 submit/tizen_base/20211018.235158 submit/tizen_base/20211025.001726 tizen_7.0_m2_release
authorAndrey Kazmin <a.kazmin@partner.samsung.com>
Thu, 11 Mar 2021 10:56:08 +0000 (13:56 +0300)
committerAndrey Kazmin <a.kazmin@partner.samsung.com>
Tue, 12 Oct 2021 12:42:23 +0000 (15:42 +0300)
Change-Id: I7992b06b908cb3d447b19e9f235ae55d22934f4e
Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
packaging/findutils.spec

index b6fa27e..ff8cba2 100644 (file)
@@ -45,6 +45,9 @@ cp %{SOURCE1001} .
 %if "%{asan}" == "1"
 %restore_fcommon
 %endif
+%if "%{hwasan}" == "1"
+%restore_fcommon
+%endif
 
 %ifarch %arm armv5tel armv7l armv7el armv5el
 # this is a workaround for a qemu-user bug, we hit. A qemu patch is being discussed, but for now ...