aports/main/squashfs-tools/fix-compat.patch
Milan P. Stanić a046a54389 main/squashfs-tools: upgrade to 4.4
remove CVE-2015-4645.patch, fixed upstream
remove fixes from fix-compat.patch which are applied upstream
change package url to github where development moved
change source url to github
remove prepare function which is not needed and use default
fix builddir variable
add zstd compression support

Closes !54
2019-09-23 20:01:37 +00:00

13 lines
239 B
Diff

--- a/squashfs-tools/action.c
+++ b/squashfs-tools/action.c
@@ -1905,6 +1905,9 @@
return 1;
}
+#ifndef FNM_EXTMATCH
+#define FNM_EXTMATCH 0
+#endif
TEST_FN(name, ACTION_ALL_LNK, \
return fnmatch(atom->argv[0], action_data->name,