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

Collapse All | Expand All

(-)apr-util-0.9.12.ebuild.orig (+6 lines)
Lines 20-25 Link Here
20
	gdbm? ( sys-libs/gdbm )
20
	gdbm? ( sys-libs/gdbm )
21
	ldap? ( =net-nds/openldap-2* )"
21
	ldap? ( =net-nds/openldap-2* )"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd "${S}"
26
	epatch "${FILESDIR}"/${P}-as-needed.patch
27
}
28
23
src_compile() {
29
src_compile() {
24
	elibtoolize || die "elibtoolize failed"
30
	elibtoolize || die "elibtoolize failed"
25
31

Return to bug 128505