summaryrefslogtreecommitdiff
blob: c53f71fed7301f70cd0f513e11446b05e950f25f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
From: Anthony G. Basile <blueness@gentoo.org>
Updated patch for 2.6.32.39.

The credits/description from the original version of this patch remain accurate
and are included below.

---
From: Jory A. Pratt <anarchy@gentoo.org>
Updated patch for kernel 2.6.32

The credits/description from the original version of this patch remain accurate
and are included below.

---
From: Gordon Malm <gengor@gentoo.org>

Updated patch for kernel series 2.6.24.

The credits/description from the original version of this patch remain accurate
and are included below.

---
From: Alexander Gabert <gaberta@fh-trier.de>

This patch removes the warnings introduced by grsec patch 2.1.9 and later.
It removes the -W options added by the patch and restores the original
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
@@ -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 -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.