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

(-)rsync-2.6.0.ebuild (+1 lines)
Lines 32-37 Link Here
32
src_compile() {
32
src_compile() {
33
	[ "`gcc-version`" == "2.95" ] && append-ldflags -lpthread
33
	[ "`gcc-version`" == "2.95" ] && append-ldflags -lpthread
34
	use static && append-ldflags -static
34
	use static && append-ldflags -static
35
	export LDFLAGS
35
	econf `use_with build included-popt` || die
36
	econf `use_with build included-popt` || die
36
	emake || die
37
	emake || die
37
}
38
}

Return to bug 47361