diff --git a/squashfs-cflags.patch b/squashfs-cflags.patch index bb325d4..d054101 100644 --- a/squashfs-cflags.patch +++ b/squashfs-cflags.patch @@ -1,8 +1,8 @@ ---- squashfs-tools/Makefile.orig 2010-02-13 14:00:54.000000000 -0600 -+++ squashfs-tools/Makefile 2010-02-13 14:02:58.000000000 -0600 +--- Makefile.orig 2010-07-01 21:24:24.000000000 -0500 ++++ Makefile 2010-07-27 06:56:04.000000000 -0500 @@ -27,8 +27,8 @@ UNSQUASHFS_OBJS = unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o \ - unsquash-4.o swap.o compressor.o gzip_wrapper.o + unsquash-4.o swap.o compressor.o gzip_wrapper.o read_xattrs.o -CFLAGS = $(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ - -D_GNU_SOURCE -DCOMP_DEFAULT=\"$(COMP_DEFAULT)\" -O2 -Wall