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

Collapse All | Expand All

(-)/usr/portage/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild (-1 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild,v 1.1 2009/09/17 06:50:34 hollow Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.4.ebuild,v 1.1 2009/09/17 06:50:34 hollow Exp $
4
4
5
inherit apache-module
5
inherit apache-module eutils
6
6
7
DESCRIPTION="An Apache authentication module using Kerberos."
7
DESCRIPTION="An Apache authentication module using Kerberos."
8
HOMEPAGE="http://modauthkerb.sourceforge.net/"
8
HOMEPAGE="http://modauthkerb.sourceforge.net/"
Lines 23-28 Link Here
23
23
24
need_apache
24
need_apache
25
25
26
src_unpack() {
27
	unpack "${A}"
28
	cd "${S}"
29
	epatch "${FILESDIR}/${PN}-5.4-gssapi_krb5.patch"
30
}
31
26
src_compile() {
32
src_compile() {
27
	CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed"
33
	CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed"
28
	emake || die "emake failed"
34
	emake || die "emake failed"

Return to bug 327445