diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-01-02 20:36:24 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-01-03 08:59:48 +0100 |
commit | 4f5caa67e6249f03459f2f09ff518ca5fffdc694 (patch) | |
tree | 5335c056d78585a81989e1ba22b606781774ebd0 /source/l/glibc/glibc.SlackBuild | |
parent | c53e3a413a82eaadc7b59568a4aea8fa33951525 (diff) | |
download | current-4f5caa67e6249f03459f2f09ff518ca5fffdc694.tar.gz current-4f5caa67e6249f03459f2f09ff518ca5fffdc694.tar.xz |
Sat Jan 2 20:36:24 UTC 202120210102203624
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.
Diffstat (limited to 'source/l/glibc/glibc.SlackBuild')
-rwxr-xr-x | source/l/glibc/glibc.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |