diff options
Diffstat (limited to 'package/squashfs/patches/patch-squashfs-tools_Makefile')
-rw-r--r-- | package/squashfs/patches/patch-squashfs-tools_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/squashfs/patches/patch-squashfs-tools_Makefile b/package/squashfs/patches/patch-squashfs-tools_Makefile new file mode 100644 index 000000000..cc764141f --- /dev/null +++ b/package/squashfs/patches/patch-squashfs-tools_Makefile @@ -0,0 +1,11 @@ +--- squashfs4.2.orig/squashfs-tools/Makefile 2011-02-28 21:04:15.000000000 +0100 ++++ squashfs4.2/squashfs-tools/Makefile 2014-03-29 15:02:11.000000000 +0100 +@@ -93,7 +93,7 @@ XATTR_DEFAULT = 1 + # End of BUILD options section # + ############################################### + +-INCLUDEDIR = -I. ++INCLUDEDIR = -I. $(CPPFLAGS_FOR_BUILD) + INSTALL_DIR = /usr/local/bin + + MKSQUASHFS_OBJS = mksquashfs.o read_fs.o sort.o swap.o pseudo.o compressor.o |