commit: 6215dc72717995abc35d0824b5ddf73c385c5f04
Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Fri Jan 19 23:03:05 2018 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 23:32:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6215dc72
sys-apps/busybox: update shell options in live git ebuild too
Synced from the existing releases.
sys-apps/busybox/busybox-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-apps/busybox/busybox-9999.ebuild
b/sys-apps/busybox/busybox-9999.ebuild
index 3abfee0f802..73ee93bb96b 100644
--- a/sys-apps/busybox/busybox-9999.ebuild
+++ b/sys-apps/busybox/busybox-9999.ebuild
@@ -126,7 +126,9 @@ src_configure() {
# If these are not set and we are using a uclibc/busybox setup
# all calls to system() will fail.
busybox_config_option y ASH
+ busybox_config_option y SH_IS_ASH
busybox_config_option n HUSH
+ busybox_config_option n SH_IS_HUSH
busybox_config_option '"/run"' PID_FILE_PATH
busybox_config_option '"/run/ifstate"' IFUPDOWN_IFSTATE_PATH