Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 549966 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-dialup/ppp/ppp-2.4.7-r1.ebuild (+10 lines)
Lines 81-86 Link Here
81
		einfo "Disabling radius"
81
		einfo "Disabling radius"
82
		sed -i -e '/+= radius/s:^:#:' pppd/plugins/Makefile.linux || die
82
		sed -i -e '/+= radius/s:^:#:' pppd/plugins/Makefile.linux || die
83
	fi
83
	fi
84
85
	if use elibc_musl ; then
86
		einfo "Conditionally patching for musl"
87
		epatch "${FILESDIR}"/${P}-musl.diff
88
89
		if use dhcp ; then
90
			einfo "Conditionally patching dhcp support for musl"
91
			epatch "${FILESDIR}"/${P}-dhcp-musl.diff
92
		fi
93
	fi
84
}
94
}
85
95
86
src_compile() {
96
src_compile() {

Return to bug 549966