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

(-)uclibc-0.9.16.ebuild (-1 / +1 lines)
Lines 18-24 Link Here
18
S="${WORKDIR}/${MY_P}"
18
S="${WORKDIR}/${MY_P}"
19
19
20
src_compile() {
20
src_compile() {
21
	make allyesconfig || die "could not config"
21
	make defconfig || die "could not config"
22
22
23
	for def in UCLIBC_HAS_LOCALE DODEBUG DOASSERTS SUPPORT_LD_DEBUG SUPPORT_LD_DEBUG_EARLY ; do
23
	for def in UCLIBC_HAS_LOCALE DODEBUG DOASSERTS SUPPORT_LD_DEBUG SUPPORT_LD_DEBUG_EARLY ; do
24
		sed -e "s:${def}=y:# ${def} is not set:" \
24
		sed -e "s:${def}=y:# ${def} is not set:" \

Return to bug 15579