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

(-)gentoo/sys-apps/busybox/busybox-1.36.1-r1.ebuild (-1 / +4 lines)
Lines 22-28 S="${WORKDIR}/${MY_P}" Link Here
22
22
23
LICENSE="GPL-2" # GPL-2 only
23
LICENSE="GPL-2" # GPL-2 only
24
SLOT="0"
24
SLOT="0"
25
IUSE="debug livecd make-symlinks math mdev pam selinux sep-usr static syslog systemd"
25
IUSE="debug elibc_musl livecd make-symlinks math mdev pam selinux sep-usr static syslog systemd"
26
REQUIRED_USE="pam? ( !static )"
26
REQUIRED_USE="pam? ( !static )"
27
RESTRICT="test"
27
RESTRICT="test"
28
28
Lines 86-91 PATCHES=( Link Here
86
)
86
)
87
87
88
src_prepare() {
88
src_prepare() {
89
	if use elibc_musl; then
90
		PATCHES+=( "${FILESDIR}"/${PN}-1.36.1-no-hw-accel-MD5-SHA1-x86-musl.patch )
91
	fi
89
	default
92
	default
90
93
91
	cp "${FILESDIR}"/ginit.c init/ || die
94
	cp "${FILESDIR}"/ginit.c init/ || die

Return to bug 933771