diff --git a/coreutils.spec b/coreutils.spec index 26e574a1f4689c20a8f58ea202a56620f33c15e9..d903e98a001ab4cb97df606fb22c17b382e5f0ee 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 9.0 -Release: 6 +Release: 7 License: GPLv3+ Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -91,6 +91,9 @@ mkdir separate && \ --enable-install-program=arch \ --enable-no-install-program=kill,uptime \ --with-tty-group \ +%ifarch loongarch64 + FORCE_UNSAFE_CONFIGURE=1 \ +%endif DEFAULT_POSIX2_VERSION=200112 alternative=199209 || : make all %{?_smp_mflags} @@ -148,6 +151,9 @@ fi %{_mandir}/man*/* %changelog +* Thu Feb 9 2023 Wenlong Zhang - 9.0-7 +- fix build error for loongarch64 + * Wed Oct 19 2022 wuzx - 9.0-6 - add sw64 patch