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

(-)libtecla-1.6.0.ebuild (+3 lines)
Lines 16-21 Link Here
16
S=${WORKDIR}/libtecla
16
S=${WORKDIR}/libtecla
17
17
18
src_compile() {
18
src_compile() {
19
	# remove build directory from RPATH (see bug #119477)
20
	sed -e "s|:\$\$LD_RUN_PATH:\`pwd\`||" -i Makefile.rules || \
21
		die "Failed to adjust Makefile.rules"
19
	econf || die
22
	econf || die
20
	make || die
23
	make || die
21
}
24
}

Return to bug 119477