From 4ddfb4fe266648281b7e7e31713cf683addff763 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Jan 01 2011 17:00:26 +0000 Subject: Adjust patch for change in context in the Makefile. --- diff --git a/squashfs-cflags.patch b/squashfs-cflags.patch index ecb238c..439ab0b 100644 --- a/squashfs-cflags.patch +++ b/squashfs-cflags.patch @@ -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