summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '2.6.38/4422_grsec-mute-warnings.patch')
-rw-r--r--2.6.38/4422_grsec-mute-warnings.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/2.6.38/4422_grsec-mute-warnings.patch b/2.6.38/4422_grsec-mute-warnings.patch
index 765b7b9..dc7c90f 100644
--- a/2.6.38/4422_grsec-mute-warnings.patch
+++ b/2.6.38/4422_grsec-mute-warnings.patch
@@ -1,5 +1,5 @@
From: Anthony G. Basile <blueness@gentoo.org>
-Updated patch for 2.6.32.39.
+Updated patch for 2.6.38.6
The credits/description from the original version of this patch remain accurate
and are included below.
@@ -29,14 +29,14 @@ warning flags of vanilla kernel versions.
Acked-by: Christian Heim <phreak@gentoo.org>
---
---- a/Makefile 2011-04-27 22:52:14.000000000 -0400
-+++ b/Makefile 2011-04-27 23:01:48.000000000 -0400
+--- a/Makefile 2011-05-20 08:12:41.000000000 -0400
++++ b/Makefile 2011-05-20 08:18:18.000000000 -0400
@@ -233,7 +233,7 @@
HOSTCC = gcc
HOSTCXX = g++
--HOSTCFLAGS = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
-+HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-empty-body -Wno-missing-field-initializers -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
+-HOSTCFLAGS = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-empty-body -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
++HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-empty-body -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks
HOSTCXXFLAGS = -O2 -fno-delete-null-pointer-checks
# Decide whether to build built-in, modular, or both.