Skip to content

Commit 9dd7d53

Browse files
committed
Get tag 4.5 of plougher/squashfs-tools
This prevents some of the multiple definition errors mentioned in #1084 when built on an Ubuntu greater than Focal, or with a gcc >= 10
1 parent e8dadbb commit 9dd7d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if(NOT USE_SYSTEM_MKSQUASHFS)
5353

5454
ExternalProject_Add(mksquashfs
5555
GIT_REPOSITORY https://github.com/plougher/squashfs-tools/
56-
GIT_TAG 4.4
56+
GIT_TAG 4.5
5757
UPDATE_COMMAND "" # Make sure CMake won't try to fetch updates unnecessarily and hence rebuild the dependency every time
5858
CONFIGURE_COMMAND ${SED} -i "s|CFLAGS += -DXZ_SUPPORT|CFLAGS += ${mksquashfs_cflags}|g" <SOURCE_DIR>/squashfs-tools/Makefile
5959
COMMAND ${SED} -i "s|LIBS += -llzma|LIBS += -Bstatic ${mksquashfs_ldflags}|g" <SOURCE_DIR>/squashfs-tools/Makefile

0 commit comments

Comments
 (0)