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

Collapse All | Expand All

(-)/usr/portage/net-nds/openldap/openldap-2.4.28.ebuild (-1 / +5 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.28.ebuild,v 1.1 2012/02/02 20:10:26 robbat2 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.28.ebuild,v 1.1 2012/02/02 20:10:26 robbat2 Exp $
4
4
5
EAPI="3"
5
EAPI="3"
6
inherit db-use eutils flag-o-matic multilib ssl-cert versionator toolchain-funcs
6
inherit db-use eutils flag-o-matic multilib ssl-cert versionator toolchain-funcs autotools
7
7
8
DESCRIPTION="LDAP suite of application and development tools"
8
DESCRIPTION="LDAP suite of application and development tools"
9
HOMEPAGE="http://www.OpenLDAP.org/"
9
HOMEPAGE="http://www.OpenLDAP.org/"
Lines 237-242 Link Here
237
	# bug #233633
237
	# bug #233633
238
	epatch "${FILESDIR}"/${PN}-2.4.17-fix-lmpasswd-gnutls-symbols.patch
238
	epatch "${FILESDIR}"/${PN}-2.4.17-fix-lmpasswd-gnutls-symbols.patch
239
239
240
	epatch "${FILESDIR}"/${PN}-2.4.28-gcrypt.patch
241
242
	eautoconf
243
240
	cd "${S}"/build
244
	cd "${S}"/build
241
	einfo "Making sure upstream build strip does not do stripping too early"
245
	einfo "Making sure upstream build strip does not do stripping too early"
242
	sed -i.orig \
246
	sed -i.orig \

Return to bug 403209