summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-02-12 21:29:26 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-12 21:29:26 +0000
commite31336f4f27bdcb437555195524af560c13444a3 (patch)
treeb1c0e1dc9ce19acd76df23d72c1d6618be45127e /net-nds/openldap/openldap-2.4.23.ebuild
parentMarked stable on PPC64 as requested by Paweł Hajdan, Jr. in bug #392875. Com... (diff)
downloadgentoo-2-e31336f4f27bdcb437555195524af560c13444a3.tar.gz
gentoo-2-e31336f4f27bdcb437555195524af560c13444a3.tar.bz2
gentoo-2-e31336f4f27bdcb437555195524af560c13444a3.zip
Bug #378847: OpenLDAP has a run-time dependency on libtool for loading overlays/modules.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'net-nds/openldap/openldap-2.4.23.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.4.23.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-nds/openldap/openldap-2.4.23.ebuild b/net-nds/openldap/openldap-2.4.23.ebuild
index 1a7b153fdf09..ffd725de1380 100644
--- a/net-nds/openldap/openldap-2.4.23.ebuild
+++ b/net-nds/openldap/openldap-2.4.23.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.23.ebuild,v 1.11 2012/02/12 19:24:32 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.23.ebuild,v 1.12 2012/02/12 21:29:26 robbat2 Exp $
EAPI="2"
WANT_AUTOMAKE=1.9
@@ -24,6 +24,7 @@ IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CON
# openssl is needed to generate lanman-passwords required by samba
RDEPEND="sys-libs/ncurses
+ sys-devel/libtool
icu? ( dev-libs/icu )
tcpd? ( sys-apps/tcp-wrappers )
ssl? ( !gnutls? ( dev-libs/openssl )