summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-06-27 16:59:02 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-06-27 16:59:02 -0400
commit64f3a8be94f41fda576330ff3523e035c3c0ebbd (patch)
treec52a387ad2e39ba2f563cb1fdd6f3c84d95b9459 /3.14.45/4435_grsec-mute-warnings.patch
parentGrsec/PaX: 3.1-{3.2.69,3.14.45,4.0.6}-201506232104 (diff)
downloadhardened-patchset-64f3a8be94f41fda576330ff3523e035c3c0ebbd.tar.gz
hardened-patchset-64f3a8be94f41fda576330ff3523e035c3c0ebbd.tar.bz2
hardened-patchset-64f3a8be94f41fda576330ff3523e035c3c0ebbd.zip
Grsec/PaX: 3.1-{3.2.69,3.14.45,4.0.6}-20150626204720150626
Diffstat (limited to '3.14.45/4435_grsec-mute-warnings.patch')
-rw-r--r--3.14.45/4435_grsec-mute-warnings.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/3.14.45/4435_grsec-mute-warnings.patch b/3.14.45/4435_grsec-mute-warnings.patch
index 558c435..2c2d463 100644
--- a/3.14.45/4435_grsec-mute-warnings.patch
+++ b/3.14.45/4435_grsec-mute-warnings.patch
@@ -29,14 +29,15 @@ warning flags of vanilla kernel versions.
Acked-by: Christian Heim <phreak@gentoo.org>
---
---- a/Makefile 2011-11-18 17:50:11.000000000 -0500
-+++ b/Makefile 2011-11-18 17:50:48.000000000 -0500
+diff -Naur a/Makefile b/Makefile
+--- a/Makefile 2015-06-27 15:35:56.363504156 -0400
++++ b/Makefile 2015-06-27 16:41:08.552598625 -0400
@@ -244,7 +244,7 @@
HOSTCC = gcc
HOSTCXX = g++
--HOSTCFLAGS = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks -std=gnu89
-+HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -fno-delete-null-pointer-checks -std=gnu89
+-HOSTCFLAGS = -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -std=gnu89 -fno-delete-null-pointer-checks
++HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-unused-parameter -Wno-missing-field-initializers -O2 -fomit-frame-pointer -std=gnu89 -fno-delete-null-pointer-checks
HOSTCFLAGS += $(call cc-option, -Wno-empty-body)
HOSTCXXFLAGS = -O2 -Wall -W -Wno-array-bounds