From 8b5024d2e9ee965de3ead2281ebe2d5507eed38d Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Fri, 1 Jul 2016 19:48:15 -0400 Subject: Select SYSVIPC when GENTOO_LINUX_PORTAGE is selected. Dependency of IPC_NS. See bug #587736. --- 4567_distro-Gentoo-Kconfig.patch | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index c7af596c..499b21fd 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -1,5 +1,5 @@ ---- a/Kconfig -+++ b/Kconfig +--- a/Kconfig 2016-07-01 19:22:17.117439707 -0400 ++++ b/Kconfig 2016-07-01 19:21:54.371440596 -0400 @@ -8,4 +8,6 @@ config SRCARCH string option env="SRCARCH" @@ -7,9 +7,9 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- /dev/null -+++ b/distro/Kconfig -@@ -0,0 +1,131 @@ +--- /dev/null 2016-07-01 11:23:26.087932647 -0400 ++++ b/distro/Kconfig 2016-07-01 19:32:35.581415519 -0400 +@@ -0,0 +1,134 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -63,6 +63,7 @@ + select NAMESPACES + select IPC_NS + select NET_NS ++ select SYSVIPC + + help + This enables options required by various Portage FEATURES. @@ -71,6 +72,8 @@ + CGROUPS (required for FEATURES=cgroup) + IPC_NS (required for FEATURES=ipc-sandbox) + NET_NS (required for FEATURES=network-sandbox) ++ SYSVIPC (required by IPC_NS) ++ + + It is highly recommended that you leave this enabled as these FEATURES + are, or will soon be, enabled by default. -- cgit v1.2.3-65-gdbad