From c84290552289def48b47822569a9b7bff0ae4de7 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Fri, 19 Mar 2021 10:32:59 +0800 Subject: [PATCH] fix test_localeconv fail in aarch64 machine --- findutils.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index 0e625c8..622f22e 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Name: findutils Epoch: 2 Version: 4.7.0 -Release: 6 +Release: 7 Summary: The GNU Find Utilities License: GPLv3+ URL: http://www.gnu.org/software/findutils/ @@ -43,6 +43,9 @@ xargs - build and execute command lines from standard input autoreconf -fiv %build +%ifarch aarch64 +CFLAGS="$RPM_OPT_FLAGS -fsigned-char" +%endif %configure %make_build @@ -93,6 +96,12 @@ fi %exclude %{_mandir}/man5/locatedb.5* %changelog +* Fri Mar 19 2021 shixuantong - 2:4.7.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix test_localeconv fail in aarch64 machine + * Thu Apr 23 2020 openEuler Buildteam - 2:4.7.0-6 - Type:bugfix - ID:NA -- Gitee