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

Collapse All | Expand All

(-)/usr/portage/net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild (+7 lines)
Lines 40-45 Link Here
40
	epatch "${FILESDIR}"/${PN}-1.1.4-ascii-man.patch
40
	epatch "${FILESDIR}"/${PN}-1.1.4-ascii-man.patch
41
	epatch "${FILESDIR}"/${PN}-1.1.4-mtab-sym.patch
41
	epatch "${FILESDIR}"/${PN}-1.1.4-mtab-sym.patch
42
	epatch "${FILESDIR}"/${PN}-1.1.4-no-exec.patch
42
	epatch "${FILESDIR}"/${PN}-1.1.4-no-exec.patch
43
44
	epatch "${FILESDIR}"/${P}-uClibc.diff
43
}
45
}
44
46
45
src_compile() {
47
src_compile() {
Lines 61-66 Link Here
61
		${myconf} \
63
		${myconf} \
62
		|| die "Configure failed"
64
		|| die "Configure failed"
63
	emake || die "Failed to compile"
65
	emake || die "Failed to compile"
66
67
	# uClibc doesn't provide rpcgen like glibc, so lets steal it from nfs-utils
68
	if ! use elibc_glibc ; then
69
	  emake -C tools/rpcgen
70
	fi
64
}
71
}
65
72
66
src_install() {
73
src_install() {

Return to bug 144215