From 4f5caa67e6249f03459f2f09ff518ca5fffdc694 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 2 Jan 2021 20:36:24 +0000 Subject: Sat Jan 2 20:36:24 UTC 2021 a/smartmontools-7.2-x86_64-1.txz: Upgraded. l/cryptopp-8.4.0-x86_64-1.txz: Upgraded. l/shared-mime-info-2.1-x86_64-1.txz: Upgraded. xfce/xfce4-whiskermenu-plugin-2.5.1-x86_64-1.txz: Upgraded. --- source/l/glibc/glibc.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/l/glibc') diff --git a/source/l/glibc/glibc.SlackBuild b/source/l/glibc/glibc.SlackBuild index 34b45173e..f00ad08b6 100755 --- a/source/l/glibc/glibc.SlackBuild +++ b/source/l/glibc/glibc.SlackBuild @@ -54,13 +54,13 @@ fi NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} -# Work around -Werror failure with gcc-8.2.0. +# Work around -Werror failure with gcc-10.2.0. # NOTE: Until the next glibc release takes care of this issue, this will # likely need to be updated with every new gcc release's version. Yes, we # could pass --disable-werror by default, but I'd rather not just shove a # stick in it like that. -if [ "$(gcc -dumpversion)" = "8.2.0" ]; then - if [ "$VERSION" = "2.27" ]; then +if [ "$(gcc -dumpversion)" = "10.2.0" ]; then + if [ "$VERSION" = "2.30" ]; then WERROR="--disable-werror" fi fi -- cgit v1.2.3-80-g2a13