diff options
Diffstat (limited to 'source/ap/squashfs-tools')
-rwxr-xr-x | source/ap/squashfs-tools/squashfs-tools.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/squashfs-tools/squashfs-tools.glibc228.diff | 20 |
2 files changed, 1 insertions, 21 deletions
diff --git a/source/ap/squashfs-tools/squashfs-tools.SlackBuild b/source/ap/squashfs-tools/squashfs-tools.SlackBuild index 3431421f..65f27498 100755 --- a/source/ap/squashfs-tools/squashfs-tools.SlackBuild +++ b/source/ap/squashfs-tools/squashfs-tools.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=squashfs-tools VERSION=${VERSION:-$( echo squashfs-tools*.tar.?z | cut -d- -f3- | rev | cut -f3- -d . | rev )} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/ap/squashfs-tools/squashfs-tools.glibc228.diff b/source/ap/squashfs-tools/squashfs-tools.glibc228.diff deleted file mode 100644 index 305a118d..00000000 --- a/source/ap/squashfs-tools/squashfs-tools.glibc228.diff +++ /dev/null @@ -1,20 +0,0 @@ ---- ./squashfs-tools/unsquashfs.c.orig 2018-09-13 16:02:16.000000000 -0500 -+++ ./squashfs-tools/unsquashfs.c 2018-09-18 19:03:26.607071388 -0500 -@@ -36,6 +36,7 @@ - #include <sys/types.h> - #include <sys/time.h> - #include <sys/resource.h> -+#include <sys/sysmacros.h> - #include <limits.h> - #include <ctype.h> - ---- ./squashfs-tools/mksquashfs.c.orig 2018-09-13 16:02:16.000000000 -0500 -+++ ./squashfs-tools/mksquashfs.c 2018-09-18 19:03:26.605071388 -0500 -@@ -44,6 +44,7 @@ - #include <setjmp.h> - #include <sys/types.h> - #include <sys/mman.h> -+#include <sys/sysmacros.h> - #include <pthread.h> - #include <regex.h> - #include <sys/wait.h> |