File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ apk add alpine-sdk util-linux strace file autoconf automake libtool xz
1313# Build static libfuse3 with patch for https://github.com/AppImage/type2-runtime/issues/10
1414apk add eudev-dev gettext-dev linux-headers meson # From https://git.alpinelinux.org/aports/tree/main/fuse3/APKBUILD
1515wget -c -q " https://github.com/libfuse/libfuse/releases/download/fuse-3.15.0/fuse-3.15.0.tar.xz"
16+ echo " 70589cfd5e1cff7ccd6ac91c86c01be340b227285c5e200baa284e401eea2ca0 fuse-3.15.0.tar.xz" | sha256sum -c
1617tar xf fuse-3.* .tar.xz
1718cd fuse-3.* /
1819patch -p1 < ../patches/libfuse/mount.c.diff
@@ -30,6 +31,7 @@ export CFLAGS="-ffunction-sections -fdata-sections -Os"
3031apk add zstd-dev zlib-dev zlib-static # fuse3-dev fuse3-static fuse-static fuse-dev
3132find / -name " libzstd.*" 2> /dev/null || true
3233wget -c -q " https://github.com/vasi/squashfuse/archive/e51978c.tar.gz"
34+ echo " f544029ad30d8fbde4e4540c574b8cdc6d38b94df025a98d8551a9441f07d341 e51978c.tar.gz" | sha256sum -c
3335tar xf e51978c.tar.gz
3436cd squashfuse-* /
3537./autogen.sh
You can’t perform that action at this time.
0 commit comments