diff options
Diffstat (limited to 'main/linux-grsec/gcc-default-pie.patch')
-rw-r--r-- | main/linux-grsec/gcc-default-pie.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/linux-grsec/gcc-default-pie.patch b/main/linux-grsec/gcc-default-pie.patch deleted file mode 100644 index 7e45da65b2..0000000000 --- a/main/linux-grsec/gcc-default-pie.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-4.4/Makefile.orig 2016-11-24 14:37:19.135375272 +0200 -+++ linux-4.4/Makefile 2016-11-24 22:14:22.692932731 +0200 -@@ -391,7 +391,7 @@ - -Iinclude \ - $(USERINCLUDE) - --KBUILD_CPPFLAGS := -D__KERNEL__ -+KBUILD_CPPFLAGS := -D__KERNEL__ -fno-pie - - KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ - -fno-strict-aliasing -fno-common \ |