[squashfs-tools/f14/master] Adjust the cflags patch for the changed Makefile.

Bruno Wolff III bruno at fedoraproject.org
Sat Aug 28 17:11:14 UTC 2010


commit d8831d3ea7e2f4851f0000535b16eccf73de1b9d
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Aug 28 10:26:25 2010 -0500

    Adjust the cflags patch for the changed Makefile.

 squashfs-cflags.patch |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/squashfs-cflags.patch b/squashfs-cflags.patch
index de4b303..2620440 100644
--- a/squashfs-cflags.patch
+++ b/squashfs-cflags.patch
@@ -1,11 +1,11 @@
---- squashfs-tools/Makefile.orig	2010-07-01 21:24:24.000000000 -0500
-+++ squashfs-tools/Makefile	2010-07-27 06:56:04.000000000 -0500
-@@ -27,8 +27,8 @@
+--- squashfs-tools/Makefile.orig	2010-08-28 10:23:13.000000000 -0500
++++ squashfs-tools/Makefile	2010-08-28 10:24:22.000000000 -0500
+@@ -58,8 +58,8 @@
  UNSQUASHFS_OBJS = unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o \
- 	unsquash-4.o swap.o compressor.o gzip_wrapper.o read_xattrs.o
+ 	unsquash-4.o swap.o compressor.o gzip_wrapper.o
  
 -CFLAGS = $(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
--	-D_GNU_SOURCE -DCOMP_DEFAULT=\"$(COMP_DEFAULT)\" -O2 -Wall
+-	-D_GNU_SOURCE -DCOMP_DEFAULT=\"$(COMP_DEFAULT)\"  -O2 -Wall
 +CFLAGS = $(RPM_OPT_FLAGS) $(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
 +	-D_GNU_SOURCE -DCOMP_DEFAULT=\"$(COMP_DEFAULT)\"
  


More information about the scm-commits mailing list