aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-grsec
diff options
context:
space:
mode:
Diffstat (limited to 'main/linux-grsec')
-rw-r--r--main/linux-grsec/werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/linux-grsec/werror.patch b/main/linux-grsec/werror.patch
new file mode 100644
index 0000000000..86dd652ebf
--- /dev/null
+++ b/main/linux-grsec/werror.patch
@@ -0,0 +1,11 @@
+--- ./drivers/scsi/lpfc/Makefile.orig
++++ ./drivers/scsi/lpfc/Makefile
+@@ -22,7 +22,7 @@
+ ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
+ ccflags-$(GCOV) += -O0
+
+-ccflags-y += -Werror
++#ccflags-y += -Werror
+
+ obj-$(CONFIG_SCSI_LPFC) := lpfc.o
+