From 8308bb8631e689bb49d19519b4383ca19183ac54 Mon Sep 17 00:00:00 2001 From: liquor <1692257904@qq.com> Date: Wed, 15 Jul 2020 10:46:56 +0800 Subject: [PATCH] add -fsigned-char option --- grep.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/grep.spec b/grep.spec index ae05116..fddf84d 100644 --- a/grep.spec +++ b/grep.spec @@ -1,6 +1,6 @@ Name: grep Version: 3.4 -Release: 0 +Release: 1 Summary: A string search utility License: GPLv3+ URL: http://www.gnu.org/software/grep/ @@ -18,7 +18,7 @@ a specified pattern. By default, Grep outputs the matching lines. %build %configure --without-included-regex --disable-silent-rules \ -CPPFLAGS="-I%{_includedir}/pcre" CFLAGS="$RPM_OPT_FLAGS" +CPPFLAGS="-I%{_includedir}/pcre" CFLAGS="$RPM_OPT_FLAGS -fsigned-char" %make_build %install @@ -44,6 +44,12 @@ make check %changelog +* Wed Jul 15 2020 Liquor - 3.4-1 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add -fsigned-char option + * Tue Jan 7 2020 JeanLeo - 3.4-0 - Type:bugfix - ID:NA -- Gitee