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

Collapse All | Expand All

(-)a/sys-apps/findutils/findutils-4.7.0.ebuild (-2 / +4 lines)
Lines 41-47 src_prepare() { Link Here
41
}
41
}
42
42
43
src_configure() {
43
src_configure() {
44
	use static && append-ldflags -static
44
	use static && {
45
		append-flags -pthread
46
		append-ldflags -static
47
	}
45
48
46
	program_prefix=$(usex userland_GNU '' g)
49
	program_prefix=$(usex userland_GNU '' g)
47
	local myeconfargs=(
50
	local myeconfargs=(
48
- 

Return to bug 693152