From ece9b8b01aea145227b2f09a9ddcecac1be5df55 Mon Sep 17 00:00:00 2001 From: Peter Vicman Date: Sat, 19 Aug 2017 15:48:15 +0200 Subject: [PATCH] squashfs: remove unneeded patch --- packages/sysutils/squashfs/package.mk | 1 + .../patches/squashfs-4.2-defaults-0.1.patch | 21 ------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 packages/sysutils/squashfs/patches/squashfs-4.2-defaults-0.1.patch diff --git a/packages/sysutils/squashfs/package.mk b/packages/sysutils/squashfs/package.mk index 873d812f81..2f1caf7275 100644 --- a/packages/sysutils/squashfs/package.mk +++ b/packages/sysutils/squashfs/package.mk @@ -35,6 +35,7 @@ PKG_AUTORECONF="no" make_host() { make -C squashfs-tools mksquashfs \ XZ_SUPPORT=1 LZO_SUPPORT=1 \ + XATTR_SUPPORT=0 XATTR_DEFAULT=0 \ INCLUDEDIR="-I. -I$TOOLCHAIN/include" } diff --git a/packages/sysutils/squashfs/patches/squashfs-4.2-defaults-0.1.patch b/packages/sysutils/squashfs/patches/squashfs-4.2-defaults-0.1.patch deleted file mode 100644 index 1fbae0e61d..0000000000 --- a/packages/sysutils/squashfs/patches/squashfs-4.2-defaults-0.1.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur squashfs4.2/squashfs-tools/Makefile squashfs4.2.patch/squashfs-tools/Makefile ---- squashfs4.2/squashfs-tools/Makefile 2011-02-28 21:04:15.000000000 +0100 -+++ squashfs4.2.patch/squashfs-tools/Makefile 2011-03-03 04:07:03.566708237 +0100 -@@ -78,7 +78,7 @@ - # If your C library or build/target environment doesn't support XATTRs then - # comment out the next line to build Mksquashfs and Unsquashfs without XATTR - # support --XATTR_SUPPORT = 1 -+#XATTR_SUPPORT = 1 - - # Select whether you wish xattrs to be stored by Mksquashfs and extracted - # by Unsquashfs by default. If selected users can disable xattr support by -@@ -86,7 +86,7 @@ - # - # If unselected, Mksquashfs/Unsquashfs won't store and extract xattrs by - # default. Users can enable xattrs by using the -xattrs option. --XATTR_DEFAULT = 1 -+#XATTR_DEFAULT = 1 - - - ###############################################