Skip to content

Commit d7ed379

Browse files
committed
depends: libsquashfuse: fix arm-linux-gnueabihf build
1 parent 69f39fc commit d7ed379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/depends/packages/libsquashfuse.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package=libsquashfuse
2-
$(package)_version=0.5.2
2+
$(package)_version=0.6.1
33
$(package)_download_path=https://github.com/vasi/squashfuse/releases/download/$($(package)_version)
44
$(package)_file_name=squashfuse-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=54e4baaa20796e86a214a1f62bab07c7c361fb7a598375576d585712691178f5
5+
$(package)_sha256_hash=7b18a58c40a3161b5c329ae925b72336b5316941f906b446b8ed6c5a90989f8c
66
$(package)_dependencies=libfuse zstd
77

88
define $(package)_config_cmds
9-
$($(package)_autoconf) --with-zstd=$(host_prefix) --without-zlib CFLAGS=-no-pie LDFLAGS=-static
9+
$($(package)_autoconf) --with-zstd=$(host_prefix) --without-zlib CFLAGS="-no-pie -Wno-error=incompatible-pointer-types" LDFLAGS=-static
1010
endef
1111

1212
define $(package)_build_cmds

0 commit comments

Comments
 (0)