Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537364
Collapse All | Expand All

(-)busybox-1.23.0.ebuild (-1 / +2 lines)
Lines 21-27 Link Here
21
21
22
LICENSE="GPL-2"
22
LICENSE="GPL-2"
23
SLOT="0"
23
SLOT="0"
24
IUSE="debug ipv6 livecd make-symlinks math mdev -pam selinux sep-usr +static syslog systemd"
24
IUSE="debug ipv6 livecd make-symlinks math mdev -pam selinux sep-usr sh-standalone +static syslog systemd"
25
RESTRICT="test"
25
RESTRICT="test"
26
26
27
COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) )
27
COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) )
Lines 139-144 Link Here
139
	busybox_config_option syslog {K,SYS}LOGD LOGGER
139
	busybox_config_option syslog {K,SYS}LOGD LOGGER
140
	busybox_config_option systemd FEATURE_SYSTEMD
140
	busybox_config_option systemd FEATURE_SYSTEMD
141
	busybox_config_option math FEATURE_AWK_LIBM
141
	busybox_config_option math FEATURE_AWK_LIBM
142
	busybox_config_option sh-standalone FEATURE_PREFER_APPLETS FEATURE_SH_STANDALONE
142
143
143
	# all the debug options are compiler related, so punt them
144
	# all the debug options are compiler related, so punt them
144
	busybox_config_option n DEBUG
145
	busybox_config_option n DEBUG
(-)metadata.xml (+1 lines)
Lines 7-12 Link Here
7
<flag name="math">Enable math support in gawk (requires libm)</flag>
7
<flag name="math">Enable math support in gawk (requires libm)</flag>
8
<flag name="mdev">Create the appropriate symlink in /sbin and install mdev.conf and support files</flag>
8
<flag name="mdev">Create the appropriate symlink in /sbin and install mdev.conf and support files</flag>
9
<flag name="sep-usr">Support a separate /usr without needing an initramfs by booting with init=/ginit</flag>
9
<flag name="sep-usr">Support a separate /usr without needing an initramfs by booting with init=/ginit</flag>
10
<flag name="sh-standalone">Enable standalone shell: runs built-in applets before searching path</flag>
10
<flag name="static">Make the system rescue shell (/bin/bb) static so you can recover even when glibc is broken</flag>
11
<flag name="static">Make the system rescue shell (/bin/bb) static so you can recover even when glibc is broken</flag>
11
<flag name="systemd">Support systemd</flag>
12
<flag name="systemd">Support systemd</flag>
12
</use>
13
</use>

Return to bug 537364