From e69849193e13f315e12b36da39a83f3c9bdd1796 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 13 Jun 2024 10:52:31 +0800 Subject: [PATCH] Delete the code that adapts to lib/autoconf/c.m4 --- autoconf.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/autoconf.spec b/autoconf.spec index 50d07a3..509f7e2 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -3,7 +3,7 @@ Name: autoconf Version: 2.71 -Release: 6 +Release: 7 Summary: An extensible package to automatically configure software source code packages License: GPLv2+ and GPLv3+ and GFDL-1.3-only URL: https://www.gnu.org/software/%{name}/ @@ -40,13 +40,6 @@ export EMACS=%{_bindir}/emacs %make_build %check -echo 'main() {}' | g++ -E -v - > g++.log 2>&1 -grep -rn -m 1 COLLECT_GCC_OPTIONS g++.log > option.log -GCC_OPTION=`cat option.log` -if [[ $GCC_OPTION != *"fsigned-char"* ]];then - sed -i "s|((char) -1) < 0|((unsigned char) -1) < 0|g" lib/autoconf/c.m4 -fi -rm -rf g++.log option.log make %{?_smp_mflags} check %install @@ -79,6 +72,12 @@ fi %changelog +* Thu Jun 13 2024 fuanan - 2.71-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Delete the code that adapts to lib/autoconf/c.m4 + * Wed Jun 12 2024 fuanan - 2.71-6 - Type:bugfix - ID:NA -- Gitee