packaging: add 'fcommon' to the build flags 01/290101/2 accepted/tizen_base_riscv accepted/tizen_base_tool_dev tizen_base_dev accepted/tizen/base/20240104.133055 accepted/tizen/base/riscv/20231124.082747 accepted/tizen/base/tool/dev/20230608.110752 submit/tizen_base/20230405.074455 submit/tizen_base_dev/20230607.110014
authorDongkyun Son <dongkyun.s@samsung.com>
Wed, 22 Feb 2023 05:28:42 +0000 (14:28 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 22 Mar 2023 09:48:30 +0000 (18:48 +0900)
Change-Id: Ic8bdd738b3748e013a5bb49b5a1474a5325a82d0
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/findutils.spec

index ff8cba2..2a2e37c 100644 (file)
@@ -54,7 +54,7 @@ cp %{SOURCE1001} .
 export DEFAULT_ARG_SIZE="(31u * 1024u)"
 %endif
 
-CFLAGS+=" -fPIE"
+CFLAGS+=" -fPIE -fcommon"
 LDFLAGS+=" -pie"
 %configure \
   --libexecdir=%{_libdir}/find \