diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-05-30 03:16:06 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-07 10:08:13 -0500 |
commit | 6d3b8091164a5c7a382cbaa7f974277896d25a59 (patch) | |
tree | 42893b49f42d8fc6f716aea81e16bb52bc6d3264 /user/squashfs-tools/fix-compat.patch | |
parent | e3a8adeb51fbf5b5120457822a1a6db8e2c739cb (diff) | |
download | packages-6d3b8091164a5c7a382cbaa7f974277896d25a59.tar.gz packages-6d3b8091164a5c7a382cbaa7f974277896d25a59.tar.bz2 packages-6d3b8091164a5c7a382cbaa7f974277896d25a59.tar.xz packages-6d3b8091164a5c7a382cbaa7f974277896d25a59.zip |
user/squashfs-tools: Update to 4.6.1
Also, move tools to /usr/sbin because lzo/lz4 are in /usr/lib.
Diffstat (limited to 'user/squashfs-tools/fix-compat.patch')
-rw-r--r-- | user/squashfs-tools/fix-compat.patch | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/user/squashfs-tools/fix-compat.patch b/user/squashfs-tools/fix-compat.patch index e93b6b827..adc7e420d 100644 --- a/user/squashfs-tools/fix-compat.patch +++ b/user/squashfs-tools/fix-compat.patch @@ -1,6 +1,6 @@ ---- squashfs-tools/action.c -+++ squashfs-tools/action.c -@@ -2236,6 +2236,9 @@ +--- a/squashfs-tools/action.c ++++ b/squashfs-tools/action.c +@@ -2562,6 +2562,9 @@ return 1; } @@ -10,21 +10,21 @@ TEST_FN(name, ACTION_ALL_LNK, \ return fnmatch(atom->argv[0], action_data->name, ---- squashfs-tools/mksquashfs.c -+++ squashfs-tools/mksquashfs.c -@@ -4665,6 +4665,9 @@ - return paths; +--- a/squashfs-tools/mksquashfs.c ++++ b/squashfs-tools/mksquashfs.c +@@ -4557,6 +4557,9 @@ + return source; } +#ifndef FNM_EXTMATCH +#define FNM_EXTMATCH 0 +#endif - int excluded_match(char *name, struct pathname *path, struct pathnames **new) - { ---- squashfs-tools/unsquashfs.c -+++ squashfs-tools/unsquashfs.c -@@ -1457,6 +1457,9 @@ + static struct dir_info *add_source(struct dir_info *sdir, char *source, + char *subpath, char *file, char **prefix, +--- a/squashfs-tools/unsquashfs.c ++++ b/squashfs-tools/unsquashfs.c +@@ -1450,6 +1450,9 @@ free(paths); } @@ -32,5 +32,5 @@ +#define FNM_EXTMATCH 0 +#endif - int matches(struct pathnames *paths, char *name, struct pathnames **new) - { + struct pathname *add_path(struct pathname *paths, int type, char *target, + char *alltarget) |