diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-10 13:13:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-10 13:13:46 +0000 |
commit | 77196840c6cb57e8bb6e6652e74aa48dca86d5be (patch) | |
tree | 0395b8803896771ea0f9bbb808b327bca987572e /main | |
parent | bc90e2411da2bec76cd39a5e382d5be65aeeab0b (diff) | |
download | aports-77196840c6cb57e8bb6e6652e74aa48dca86d5be.tar.bz2 aports-77196840c6cb57e8bb6e6652e74aa48dca86d5be.tar.xz |
main/linux-grsec: add missing patch
Diffstat (limited to 'main')
-rw-r--r-- | main/linux-grsec/werror.patch | 11 |
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 + |