diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-23 16:28:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-23 16:28:53 +0000 |
commit | 0f2841d09be03280ee76df6f7bf0773d6a384088 (patch) | |
tree | 9624a9ae58ab554b7cc8c8d7f81e0cd850fd78ab /sys-kernel/linux-headers-lts/files | |
parent | 88dcd446df7fe018e3e34978d17f0f2006230d8b (diff) |
sys-kernel/linux-{image,headers}-lts : new package, kernel v4.14.8, first kernel ebuilds without genkernel dep, time to deprecate it
Diffstat (limited to 'sys-kernel/linux-headers-lts/files')
-rw-r--r-- | sys-kernel/linux-headers-lts/files/config-disable-gcc-plugins.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-kernel/linux-headers-lts/files/config-disable-gcc-plugins.patch b/sys-kernel/linux-headers-lts/files/config-disable-gcc-plugins.patch new file mode 100644 index 00000000..c07fa548 --- /dev/null +++ b/sys-kernel/linux-headers-lts/files/config-disable-gcc-plugins.patch @@ -0,0 +1,18 @@ +diff -Nur a/redcore/config/redcore-lts-4.14-amd64.config b/redcore/config/redcore-lts-4.14-amd64.config +--- a/redcore/config/redcore-lts-4.14-amd64.config 2017-12-21 14:39:21.000000000 +0000 ++++ b/redcore/config/redcore-lts-4.14-amd64.config 2017-12-23 15:45:07.246689490 +0000 +@@ -305,13 +305,7 @@ + CONFIG_HAVE_ARCH_SECCOMP_FILTER=y + CONFIG_SECCOMP_FILTER=y + CONFIG_HAVE_GCC_PLUGINS=y +-CONFIG_GCC_PLUGINS=y +-CONFIG_GCC_PLUGIN_LATENT_ENTROPY=y +-CONFIG_GCC_PLUGIN_STRUCTLEAK=y +-CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL=y +-# CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE is not set +-CONFIG_GCC_PLUGIN_RANDSTRUCT=y +-CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE=y ++# CONFIG_GCC_PLUGINS is not set + CONFIG_HAVE_CC_STACKPROTECTOR=y + CONFIG_CC_STACKPROTECTOR=y + # CONFIG_CC_STACKPROTECTOR_NONE is not set |