sys-apps/busybox: update shell options in live git ebuild too
authorMike Frysinger <vapier@chromium.org>
Fri, 19 Jan 2018 23:03:05 +0000 (18:03 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 19 Jan 2018 23:32:30 +0000 (18:32 -0500)
Synced from the existing releases.

sys-apps/busybox/busybox-9999.ebuild

index 3abfee0f80269b50241670348c83b315e8d4f99e..73ee93bb96b84d3c837290755d6fc15a4f1f7b14 100644 (file)
@@ -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