summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-06-06 01:38:24 -0400
committerAnthony G. Basile <blueness@gentoo.org>2011-06-06 01:38:24 -0400
commit67c9b9d30e96df32d28f6f2fcfb7c44da12a700f (patch)
tree975fe85969ee459250ff9be0c2b926eaef9593eb /2.6.32/4422_grsec-mute-warnings.patch
parentUpdate Grsec/PaX (diff)
downloadhardened-patchset-67c9b9d30e96df32d28f6f2fcfb7c44da12a700f.tar.gz
hardened-patchset-67c9b9d30e96df32d28f6f2fcfb7c44da12a700f.tar.bz2
hardened-patchset-67c9b9d30e96df32d28f6f2fcfb7c44da12a700f.zip
Update Grsec/PaX20110604
2.2.2-2.6.32.41-201106042120 2.2.2-2.6.39.1-201106042120
Diffstat (limited to '2.6.32/4422_grsec-mute-warnings.patch')
-rw-r--r--2.6.32/4422_grsec-mute-warnings.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/2.6.32/4422_grsec-mute-warnings.patch b/2.6.32/4422_grsec-mute-warnings.patch
index c53f71f..0c9c69a 100644
--- a/2.6.32/4422_grsec-mute-warnings.patch
+++ b/2.6.32/4422_grsec-mute-warnings.patch
@@ -29,14 +29,14 @@ warning flags of vanilla kernel versions.
Acked-by: Christian Heim <phreak@gentoo.org>
---
---- a/Makefile 2011-05-20 08:34:33.000000000 -0400
-+++ b/Makefile 2011-05-20 08:43:48.000000000 -0400
+--- a/Makefile 2011-06-05 20:27:54.000000000 -0400
++++ b/Makefile 2011-06-05 20:28:46.000000000 -0400
@@ -221,7 +221,7 @@
HOSTCC = gcc
HOSTCXX = g++
--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 -W -Wmissing-prototypes -Wstrict-prototypes -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
+ HOSTCFLAGS += $(call cc-option, -Wno-empty-body)
HOSTCXXFLAGS = -O2 -fno-delete-null-pointer-checks
- # Decide whether to build built-in, modular, or both.