From 67c9b9d30e96df32d28f6f2fcfb7c44da12a700f Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 6 Jun 2011 01:38:24 -0400 Subject: Update Grsec/PaX 2.2.2-2.6.32.41-201106042120 2.2.2-2.6.39.1-201106042120 --- 2.6.39/4422_grsec-mute-warnings.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '2.6.39/4422_grsec-mute-warnings.patch') diff --git a/2.6.39/4422_grsec-mute-warnings.patch b/2.6.39/4422_grsec-mute-warnings.patch index 0a80640..dde08c8 100644 --- a/2.6.39/4422_grsec-mute-warnings.patch +++ b/2.6.39/4422_grsec-mute-warnings.patch @@ -29,14 +29,14 @@ warning flags of vanilla kernel versions. Acked-by: Christian Heim --- ---- a/Makefile 2011-05-20 08:12:41.000000000 -0400 -+++ b/Makefile 2011-05-20 08:18:18.000000000 -0400 +--- a/Makefile 2011-06-06 00:47:21.000000000 -0400 ++++ b/Makefile 2011-06-06 00:49:13.000000000 -0400 @@ -237,7 +237,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. -- cgit v1.2.3-65-gdbad