summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-03 08:53:13 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-03 08:53:13 +0000
commiteb6326baa6a49a66f367cd9f67bd03f6c1a3202d (patch)
tree63d609ba94a1b1fbd1f1d361f1e50495b51eb623 /net-misc/openssh
parentFix some issues with printing of banners #244222 by Michał Górny. (diff)
downloadgentoo-2-eb6326baa6a49a66f367cd9f67bd03f6c1a3202d.tar.gz
gentoo-2-eb6326baa6a49a66f367cd9f67bd03f6c1a3202d.tar.bz2
gentoo-2-eb6326baa6a49a66f367cd9f67bd03f6c1a3202d.zip
tweak LDAP_PATCH yet again in configure
(Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'net-misc/openssh')
-rw-r--r--net-misc/openssh/openssh-5.1_p1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/openssh/openssh-5.1_p1-r2.ebuild b/net-misc/openssh/openssh-5.1_p1-r2.ebuild
index 46320dc993cd..037482bc7166 100644
--- a/net-misc/openssh/openssh-5.1_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-5.1_p1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.1_p1-r2.ebuild,v 1.1 2008/11/03 08:47:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-5.1_p1-r2.ebuild,v 1.2 2008/11/03 08:53:13 vapier Exp $
inherit eutils flag-o-matic ccc multilib autotools pam
@@ -121,7 +121,7 @@ src_compile() {
--with-privsep-user=sshd \
--with-md5-passwords \
--with-ssl-engine \
- $(use ldap && [ -n "${LDAP_PATCH}" ] && use_with ldap) \
+ ${LDAP_PATCH:+$(use ldap && use_with ldap)} \
$(use_with libedit) \
$(use_with kerberos kerberos5 /usr) \
$(use_with tcpd tcp-wrappers) \