SOURCES (LINUX_2_6): grsecurity-2.1.9-2.6.18.patch - killed -Wextr...
hawk
hawk at pld-linux.org
Tue Oct 10 12:03:36 CEST 2006
Author: hawk Date: Tue Oct 10 10:03:36 2006 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- killed -Wextra in CFLAGS, not known by Ac's GCC
---- Files affected:
SOURCES:
grsecurity-2.1.9-2.6.18.patch (1.1.2.4 -> 1.1.2.5)
---- Diffs:
================================================================
Index: SOURCES/grsecurity-2.1.9-2.6.18.patch
diff -u SOURCES/grsecurity-2.1.9-2.6.18.patch:1.1.2.4 SOURCES/grsecurity-2.1.9-2.6.18.patch:1.1.2.5
--- SOURCES/grsecurity-2.1.9-2.6.18.patch:1.1.2.4 Mon Oct 9 13:03:52 2006
+++ SOURCES/grsecurity-2.1.9-2.6.18.patch Tue Oct 10 12:03:31 2006
@@ -25811,7 +25811,7 @@
CPPFLAGS := -D__KERNEL__ $(LINUXINCLUDE)
-CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-+CFLAGS := -Wall -Wextra -Wno-unused -Wno-sign-compare -Wundef -Wstrict-prototypes -Wno-trigraphs \
++CFLAGS := -Wall -Wno-unused -Wno-sign-compare -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common
AFLAGS := -D__ASSEMBLY__
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/grsecurity-2.1.9-2.6.18.patch?r1=1.1.2.4&r2=1.1.2.5&f=u
More information about the pld-cvs-commit
mailing list