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

(-)/usr/portage/app-admin/apache-tools/apache-tools-2.2.21.ebuild (-1 / +4 lines)
Lines 31-36 Link Here
31
	#		- fix up the `make install' for support/
31
	#		- fix up the `make install' for support/
32
	#		- remove envvars from `make install'
32
	#		- remove envvars from `make install'
33
	epatch "${FILESDIR}"/${PN}-2.2.20-Makefile.patch
33
	epatch "${FILESDIR}"/${PN}-2.2.20-Makefile.patch
34
35
	tc-export CC
34
}
36
}
35
37
36
src_configure() {
38
src_configure() {
Lines 54-60 Link Here
54
56
55
src_compile() {
57
src_compile() {
56
	cd support || die
58
	cd support || die
57
	emake
59
	emake \
60
		LIBTOOL="${ROOT}usr/bin/libtool"
58
}
61
}
59
62
60
src_install () {
63
src_install () {

Return to bug 385779