mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 00:17:49 +00:00
Merge pull request #1904 from vpeter4/squashfs
squashfs: remove unneeded patch
This commit is contained in:
commit
01015e1fd0
@ -35,6 +35,7 @@ PKG_AUTORECONF="no"
|
|||||||
make_host() {
|
make_host() {
|
||||||
make -C squashfs-tools mksquashfs \
|
make -C squashfs-tools mksquashfs \
|
||||||
XZ_SUPPORT=1 LZO_SUPPORT=1 \
|
XZ_SUPPORT=1 LZO_SUPPORT=1 \
|
||||||
|
XATTR_SUPPORT=0 XATTR_DEFAULT=0 \
|
||||||
INCLUDEDIR="-I. -I$TOOLCHAIN/include"
|
INCLUDEDIR="-I. -I$TOOLCHAIN/include"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
###############################################
|
|
Loading…
x
Reference in New Issue
Block a user