summaryrefslogtreecommitdiffstats
path: root/source/d/gcc/gcc.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-08-04 19:41:01 +0000
committer Eric Hameleers <alien@slackware.com>2022-08-05 06:59:44 +0200
commitca27dc818b992f6deccc946ad7cae6b6e3b626cd (patch)
tree3756e6a0dab41b6ae018e2bfd0b2e5b940f1868c /source/d/gcc/gcc.SlackBuild
parent32cd5c4e629d77ac4cc59a5929261bea97b036c3 (diff)
downloadcurrent-ca27dc818b992f6deccc946ad7cae6b6e3b626cd.tar.gz
current-ca27dc818b992f6deccc946ad7cae6b6e3b626cd.tar.xz
Thu Aug 4 19:41:01 UTC 202220220804194101
a/kernel-firmware-20220804_e6185d5-noarch-1.txz: Upgraded. a/util-linux-2.38.1-x86_64-1.txz: Upgraded. ap/mpg123-1.30.2-x86_64-1.txz: Upgraded. n/NetworkManager-1.38.2-x86_64-1.txz: Upgraded. xap/libnma-1.8.40-x86_64-1.txz: Upgraded. xap/network-manager-applet-1.28.0-x86_64-1.txz: Upgraded. extra/php81/php81-8.1.9-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d/gcc/gcc.SlackBuild')
-rwxr-xr-xsource/d/gcc/gcc.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/d/gcc/gcc.SlackBuild b/source/d/gcc/gcc.SlackBuild
index c892a5701..b639d0cf9 100755
--- a/source/d/gcc/gcc.SlackBuild
+++ b/source/d/gcc/gcc.SlackBuild
@@ -2,7 +2,7 @@
# GCC package build script (written by volkerdi@slackware.com)
#
# Copyright 2003, 2004 Slackware Linux, Inc., Concord, California, USA
-# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2021 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2021, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -163,6 +163,10 @@ cd gcc-$SRCVER || exit 1
# Smite the fixincludes:
zcat $CWD/patches/gcc-no_fixincludes.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1
+# Fix compile with glibc-2.36:
+zcat $CWD/patches/2701442d0cf6292f6624443c15813d6d1a3562fe.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1
+zcat $CWD/patches/f35d65517a59565758107c5b1a51a5fa382f8d1a.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1
+
# Fix perms/owners:
chown -R root:root .
find . \