[squashfs-tools] Adjust patch for change in context in the Makefile.

Bruno Wolff III bruno at fedoraproject.org
Sat Jan 1 17:07:22 UTC 2011


commit 4ddfb4fe266648281b7e7e31713cf683addff763
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jan 1 11:00:26 2011 -0600

    Adjust patch for change in context in the Makefile.

 squashfs-cflags.patch |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
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


More information about the scm-commits mailing list