From b90d9464f29c4f4beb659a6b3138048f663852db Mon Sep 17 00:00:00 2001 From: jdkboy Date: Thu, 28 May 2020 19:18:16 +0800 Subject: [PATCH] disable Werror temporarily --- glibc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 477c223..48610cc 100644 --- a/glibc.spec +++ b/glibc.spec @@ -59,7 +59,7 @@ ############################################################################## Name: glibc Version: 2.28 -Release: 38 +Release: 39 Summary: The GNU libc libraries License: %{all_license} URL: http://www.gnu.org/software/glibc/ @@ -342,7 +342,7 @@ touch locale/programs/*-kw.h ############################################################################## %build -BuildFlags="-O2 -g" +BuildFlags="-O2 -g -Wno-error" reference=" \ "-Wp,-D_GLIBCXX_ASSERTIONS" \ "-fasynchronous-unwind-tables" \ @@ -920,6 +920,9 @@ fi %changelog +* Thu May 28 2020 jdkboy - 2.28-39 +- Disable compilation warnings temporarily + * Tue Apr 28 2020 liqingqing - 2.28-38 - Avoid ldbl-96 stack corruption from range reduction of pseudo-zero (bug 25487) -- Gitee