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

(-)busybox-1.1.0.ebuild.orig (-1 / +1 lines)
Lines 144-150 Link Here
144
			CROSS="${CROSS}" \
144
			CROSS="${CROSS}" \
145
			busybox || failed=1
145
			busybox || failed=1
146
		if [[ ${failed} == 1 ]] ; then
146
		if [[ ${failed} == 1 ]] ; then
147
			if has_version '<sys-libs/glibc-2.3.5' ; then
147
			if has_version '<sys-libs/glibc-2.3.5' || use ppc64 ; then
148
				eerror "Your glibc has broken static support, ignorning static build failure."
148
				eerror "Your glibc has broken static support, ignorning static build failure."
149
				eerror "See http://bugs.gentoo.org/show_bug.cgi?id=94879"
149
				eerror "See http://bugs.gentoo.org/show_bug.cgi?id=94879"
150
				cp busybox.bak bb
150
				cp busybox.bak bb

Return to bug 130943