From 4fe1e3ae7d3e7066ef74b1f9589738a8ae73b3de Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 26 Dec 2020 14:05:22 +0100 Subject: 20201226.1 global branch merge. Signed-off-by: Matteo Bernardini --- system/foremost/foremost.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/foremost/foremost.SlackBuild') diff --git a/system/foremost/foremost.SlackBuild b/system/foremost/foremost.SlackBuild index 7f34e6338c..890df080a0 100644 --- a/system/foremost/foremost.SlackBuild +++ b/system/foremost/foremost.SlackBuild @@ -46,6 +46,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +patch -p1 < $CWD/gcc10.patch + # Set the $ARCH variable for the Makefile. sed -i "s|-O2|$SLKCFLAGS|" Makefile # Set location of configuration file. -- cgit v1.2.3