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

(-)lvm2-2.01.09.ebuild.orig (+3 lines)
Lines 24-29 Link Here
24
	local myconf
24
	local myconf
25
	use nolvmstatic || myconf="--enable-static_link"
25
	use nolvmstatic || myconf="--enable-static_link"
26
26
27
	# disable O_DIRECT support on hppa, breaks pv detection (#99532)
28
	use hppa && myconf="${myconf} --disable-o_direct"
29
27
	econf $(use_enable readline) ${myconf}
30
	econf $(use_enable readline) ${myconf}
28
	emake || die "compile problem"
31
	emake || die "compile problem"
29
}
32
}

Return to bug 99532