Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sasquatch: pass -fcommon to fix build on -fno-common toolchains
Without the change build on clang-12 or upstream gcc-12 fails as: $ nix build --impure --expr 'with import ./. {}; sasquatch.override { stdenv = clang12Stdenv; }' -L ... c++ ./LZMA/lzmalt/*.o ... -o sasquatch ld: squashfs-tools/./error.h:34: multiple definition of `verbose'; unsquashfs.o:error.h:34: first defined here Until upstrea fixes it by fixing `verbose` variable declaration at: devttys0/sasquatch#44 and fork rebases let's set `-fcommon` explicitly.
- Loading branch information