summarylogtreecommitdiffstats
path: root/0002-Make_build_gcc_10_compatible.patch
blob: dc8369e2bf4c883f2cfbff0d5ad06786ed070372 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From f7908b7cae17d6514abef600a27e601bf582a8d9 Mon Sep 17 00:00:00 2001
From: Sven Schwermer <sven@svenschwermer.de>
Date: Sun, 31 May 2020 19:09:55 +0200
Subject: [PATCH] Make build gcc 10 compatible

Signed-off-by: Sven Schwermer <sven@svenschwermer.de>
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index f7f8a48..e59facf 100755
--- a/build.sh
+++ b/build.sh
@@ -34,4 +34,4 @@ tar -zxvf squashfs4.3.tar.gz
 cd squashfs4.3
 patch -p0 < ../patches/patch0.txt
 cd squashfs-tools
-make
+make EXTRA_CFLAGS=-fcommon
--
2.26.2