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

Collapse All | Expand All

(-)/usr/portage/dev-db/unixODBC/unixODBC-2.2.12.ebuild (-3 / +5 lines)
Lines 33-38 Link Here
33
33
34
	epatch "${WORKDIR}"/${PATCH_P}/*
34
	epatch "${WORKDIR}"/${PATCH_P}/*
35
	epatch "${FILESDIR}"/350-${P}-gODBCConfig-as-needed.patch
35
	epatch "${FILESDIR}"/350-${P}-gODBCConfig-as-needed.patch
36
37
	# Detect mips systems properly, fix libtool-2.22 breakage
38
	rm -r libltdl
39
	_elibtoolize --ltdl --copy --force
40
	eautoreconf
36
}
41
}
37
42
38
src_compile() {
43
src_compile() {
Lines 44-52 Link Here
44
		myconf="--enable-gui=no"
49
		myconf="--enable-gui=no"
45
	fi
50
	fi
46
51
47
	# Detect mips systems properly
48
	eautoreconf
49
50
	econf --host=${CHOST} \
52
	econf --host=${CHOST} \
51
		--prefix=/usr \
53
		--prefix=/usr \
52
		--sysconfdir=/etc/${PN} \
54
		--sysconfdir=/etc/${PN} \

Return to bug 221879