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

Collapse All | Expand All

(-)autofs-5.0.3-r6.ebuild (-1 / +4 lines)
Lines 64-70 Link Here
64
	SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}"
64
	SRC_URI="${SRC_URI} ${SRC_URI_BASE}/${i}"
65
done ;
65
done ;
66
DEPEND="ldap? ( >=net-nds/openldap-2.0 )
66
DEPEND="ldap? ( >=net-nds/openldap-2.0 )
67
	sasl? ( virtual/krb5 )"
67
	sasl? ( virtual/krb5 dev-libs/openssl )"
68
	# currently, sasl code assumes the presence of kerberosV
68
	# currently, sasl code assumes the presence of kerberosV
69
SLOT="0"
69
SLOT="0"
70
LICENSE="GPL-2"
70
LICENSE="GPL-2"
Lines 100-105 Link Here
100
	# as the former is a lame header for the latter (bug #157968)
100
	# as the former is a lame header for the latter (bug #157968)
101
	sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h
101
	sed -i 's@nfs/nfs.h@linux/nfs.h@' include/rpc_subs.h
102
102
103
	# local change to fix krb5.
104
	sed -i 's@LIBLDAP += $(LIBSASL) $(XML_LIBS)@& -lkrb5 -lssl@' modules/Makefile
105
103
	eautoreconf || die "Autoconf failed"
106
	eautoreconf || die "Autoconf failed"
104
}
107
}
105
108

Return to bug 302377