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

Collapse All | Expand All

(-)libtool-2.2.6a.ebuild (-1 / +7 lines)
Lines 26-33 Link Here
26
src_unpack() {
26
src_unpack() {
27
	unpack ${A}
27
	unpack ${A}
28
	cd "${S}"
28
	cd "${S}"
29
	epatch "${FILESDIR}"/${PV}/${P}-gnuinfo.patch #249168
30
29
30
	# In ltmain.sh libtool adds "-L${libdir}" to the compiler options when relinking.
31
	# For cross-compilations this kills us because normally ${libdir} points to /usr/lib.
32
	# We fix this by simply prefixing this with $ROOT, which points to the correct libs.
33
	epatch "${FILESDIR}"/${PV}/${P}-add-cross-compile-root-to-libdir.patch
34
35
	epatch "${FILESDIR}"/${PV}/${P}-gnuinfo.patch #249168
36
	
31
	if ! use vanilla ; then
37
	if ! use vanilla ; then
32
		epunt_cxx
38
		epunt_cxx
33
		cd libltdl/m4
39
		cd libltdl/m4

Return to bug 262298