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

Collapse All | Expand All

(-)apache-2.2.27.ebuild (-1 / +4 lines)
Lines 81-87 Link Here
81
	mime
81
	mime
82
"
82
"
83
83
84
inherit apache-2 systemd toolchain-funcs
84
inherit apache-2 systemd toolchain-funcs multilib
85
85
86
DESCRIPTION="The Apache Web Server."
86
DESCRIPTION="The Apache Web Server."
87
HOMEPAGE="http://httpd.apache.org/"
87
HOMEPAGE="http://httpd.apache.org/"
Lines 109-114 Link Here
109
	epatch "${FILESDIR}"/gentoo-apache-2.2.23-initd_fixups.patch
109
	epatch "${FILESDIR}"/gentoo-apache-2.2.23-initd_fixups.patch
110
	popd &>/dev/null || die
110
	popd &>/dev/null || die
111
	cp "${FILESDIR}"/2.2.22-envvars-std.in "${S}"/support/envvars-std.in || die "Failed to apply LD_PRELOAD fix"
111
	cp "${FILESDIR}"/2.2.22-envvars-std.in "${S}"/support/envvars-std.in || die "Failed to apply LD_PRELOAD fix"
112
113
	sed -i -e "s:\$ap_ssltk_base/lib:\$ap_ssltk_base/$(get_libdir):g" \
114
		./configure || die
112
}
115
}
113
116
114
src_configure() {
117
src_configure() {

Return to bug 516240