From aae320a395fbbe0be771ead4963da6d61e50c5ae Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 6 Nov 2020 21:25:18 +0000 Subject: Fri Nov 6 21:25:18 UTC 2020 d/rust-1.47.0-x86_64-2.txz: Rebuilt. Switch back to Rust 1.47.0 now that patches are available to fix Firefox and Thunderbird. xap/mozilla-thunderbird-78.4.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.4.1/releasenotes/ --- source/xap/seamonkey/seamonkey.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/xap/seamonkey/seamonkey.SlackBuild') diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild index feacb5c11..cd4a58f27 100755 --- a/source/xap/seamonkey/seamonkey.SlackBuild +++ b/source/xap/seamonkey/seamonkey.SlackBuild @@ -68,8 +68,8 @@ else fi # Choose a compiler (gcc/g++ or clang/clang++): -export CC=${CC:-clang} -export CXX=${CXX:-clang++} +export CC=${CC:-gcc} +export CXX=${CXX:-g++} # -Wformat is needed for -Werror=format-security # -fno-delete-null-pointer-checks disables gcc6 optimization that leads to instability -- cgit v1.2.3