]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- kill -O3 in fsck
authorsparky <sparky@pld-linux.org>
Sun, 26 Feb 2006 23:51:36 +0000 (23:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsprogs-cflags.patch -> 1.4

xfsprogs-cflags.patch [new file with mode: 0644]

diff --git a/xfsprogs-cflags.patch b/xfsprogs-cflags.patch
new file mode 100644 (file)
index 0000000..71333f3
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur xfsprogs-2.7.11/fsck/Makefile xfsprogs-2.7.11.noO3/fsck/Makefile
+--- xfsprogs-2.7.11/fsck/Makefile      2006-01-17 03:46:48.000000000 +0000
++++ xfsprogs-2.7.11.noO3/fsck/Makefile 2006-02-26 23:39:15.000000000 +0000
+@@ -7,7 +7,7 @@
+ LTCOMMAND = fsck.xfs
+ CFILES = xfs_fsck.c
+-LCFLAGS = -s -O3
++LCFLAGS = -s 
+ LLDFLAGS += -static
+ default: $(LTCOMMAND)
This page took 0.117106 seconds and 4 git commands to generate.