diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-08 23:40:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-08 23:41:19 +0300 |
commit | 8df9ef39e446c4b36786fa654dac2ea778f1c526 (patch) | |
tree | 7d891d83b2e75409a78e35450edc8d5beb67febb /sys-apps/busybox | |
parent | net-misc/ntp: stable 4.2.8_p13 for sparc, bug #679742 (diff) | |
download | gentoo-8df9ef39e446c4b36786fa654dac2ea778f1c526.tar.gz gentoo-8df9ef39e446c4b36786fa654dac2ea778f1c526.tar.bz2 gentoo-8df9ef39e446c4b36786fa654dac2ea778f1c526.zip |
sys-apps/busybox: Sync live ebuild
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 4d493a7ed4f5..67be8d58e250 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 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 \ |