Package Details: sasquatch-git r60.bd864a1-1

Git Clone URL: https://aur.archlinux.org/sasquatch-git.git (read-only, click to copy)
Package Base: sasquatch-git
Description: Patched unsquashfs utility with support for vendor-specific SquashFS implementations
Upstream URL: https://github.com/devttys0/sasquatch
Licenses: GPL2
Conflicts: sasquatch
Provides: sasquatch
Submitter: c-mauderer
Maintainer: cyrozap
Last Packager: cyrozap
Votes: 2
Popularity: 0.000000
First Submitted: 2019-12-11 14:42 (UTC)
Last Updated: 2022-04-09 15:38 (UTC)

Latest Comments

« First ‹ Previous 1 2

c-mauderer commented on 2020-05-31 18:28 (UTC)

Thanks @svenschwermer for the patch. I applied it. But maybe you want to create a pull request for the original repository too: https://github.com/devttys0/sasquatch

svenschwermer commented on 2020-05-31 17:47 (UTC) (edited on 2020-05-31 17:48 (UTC) by svenschwermer)

This fails to build with gcc 10, here's a patch:

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