summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-11-24 19:44:42 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-11-24 19:48:06 +0300
commit1aba8df7a4743549fa3b92ab0a47bcd756ac2291 (patch)
tree9e0a873a2b5091c02447b99cefb70169f6623c3b
parentmedia-libs/harfbuzz: remove old (diff)
downloadgentoo-1aba8df7a4743549fa3b92ab0a47bcd756ac2291.tar.gz
gentoo-1aba8df7a4743549fa3b92ab0a47bcd756ac2291.tar.bz2
gentoo-1aba8df7a4743549fa3b92ab0a47bcd756ac2291.zip
sys-apps/busybox: Disable RPC support explicitly
Closes: https://bugs.gentoo.org/665216 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--sys-apps/busybox/busybox-1.29.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.29.3.ebuild b/sys-apps/busybox/busybox-1.29.3.ebuild
index 4d493a7ed4f5..7b785c457f38 100644
--- a/sys-apps/busybox/busybox-1.29.3.ebuild
+++ b/sys-apps/busybox/busybox-1.29.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# See `man savedconfig.eclass` for info on how to use USE=savedconfig.
@@ -178,6 +178,10 @@ src_configure() {
# this opt only controls mounting with <linux-2.6.23
busybox_config_option n FEATURE_MOUNT_NFS
+ # glibc-2.26 and later does not ship RPC implientation
+ busybox_config_option n FEATURE_HAVE_RPC
+ busybox_config_option n FEATURE_INETD_RPC
+
# default a bunch of uncommon options to off
local opt
for opt in \