diff options
Diffstat (limited to 'net-analyzer/nagios-plugins/nagios-plugins-1.4.15.ebuild')
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.4.15.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.4.15.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.4.15.ebuild index 541ae4e4deba..0e1ff7252a76 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.4.15.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.4.15.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.15.ebuild,v 1.1 2010/07/30 14:34:41 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.15.ebuild,v 1.2 2011/02/22 23:30:40 hwoarang Exp $ EAPI=1 @@ -56,7 +56,7 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-1.4.10-contrib.patch epatch "${FILESDIR}"/${PN}-1.4.12-pgsqlconfigure.patch epatch "${FILESDIR}"/${P}-vserver.patch - + epatch "${FILESDIR}"/${P}-openldap.patch eautoreconf } @@ -76,6 +76,7 @@ src_compile() { econf \ $(use_with mysql) \ $(use_with ipv6) \ + $(use_with ldap) \ ${conf} \ --host=${CHOST} \ --prefix=/usr \ |