aports/main/squashfs-tools/fix-compat.patch
2021-11-09 20:06:14 +01: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,