Adjust the cflags patch for the changed Makefile.
This commit is contained in:
parent
fc18647c0f
commit
d8831d3ea7
@ -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)\"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user