Need to adjust cflags patch to upstream Makefile change.

This commit is contained in:
Bruno Wolff III 2010-07-27 12:01:29 +00:00
parent 99bdf78e10
commit 8940f50b96

View File

@ -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