Adjust patch for change in context in the Makefile.

This commit is contained in:
Bruno Wolff III 2011-01-01 11:00:26 -06:00
parent 5719b8c2bd
commit 4ddfb4fe26

View File

@ -1,5 +1,5 @@
--- squashfs-tools/Makefile.orig 2010-12-24 11:26:49.000000000 -0600
+++ squashfs-tools/Makefile 2010-12-24 11:28:21.000000000 -0600
--- squashfs-tools/Makefile.orig 2010-12-31 15:36:47.000000000 -0600
+++ squashfs-tools/Makefile 2011-01-01 10:58:33.000000000 -0600
@@ -100,8 +100,8 @@
UNSQUASHFS_OBJS = unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o \
unsquash-4.o swap.o compressor.o
@ -9,5 +9,5 @@
+CFLAGS = $(RPM_OPT_FLAGS) $(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
+ -D_GNU_SOURCE -DCOMP_DEFAULT=\"$(COMP_DEFAULT)\"
LIBS =
LIBS = -lpthread -lm
ifdef GZIP_SUPPORT