summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-19 15:32:22 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-19 15:32:22 +0000
commitc2d1ff822ce5dc99edc7ad743570620bbaeb4f5f (patch)
tree1ac1ea941c905ed2ae61b4f1136a4f23420685f4 /net-misc
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-c2d1ff822ce5dc99edc7ad743570620bbaeb4f5f.tar.gz
gentoo-2-c2d1ff822ce5dc99edc7ad743570620bbaeb4f5f.tar.bz2
gentoo-2-c2d1ff822ce5dc99edc7ad743570620bbaeb4f5f.zip
touchup use stuff
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/openssh/openssh-3.9_p1.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/net-misc/openssh/openssh-3.9_p1.ebuild b/net-misc/openssh/openssh-3.9_p1.ebuild
index 9132ea65c3d3..cbb7321d34df 100644
--- a/net-misc/openssh/openssh-3.9_p1.ebuild
+++ b/net-misc/openssh/openssh-3.9_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.9_p1.ebuild,v 1.1 2004/08/18 21:55:16 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.9_p1.ebuild,v 1.2 2004/08/19 15:32:22 vapier Exp $
inherit eutils flag-o-matic ccc gnuconfig
@@ -72,14 +72,8 @@ src_compile() {
use static && append-ldflags -static
export LDFLAGS
- local myconf="\
- $( use_with tcpd tcp-wrappers ) \
- $( use_with pam ) \
- $( use_with skey )"
-
+ local myconf=""
use ipv6 || myconf="${myconf} --with-ipv4-default"
- use kerberos && myconf="${myconf} --with-kerberos5=/usr" || \
- myconf="${myconf} --without-kerberos5"
econf \
--sysconfdir=/etc/ssh \
@@ -89,6 +83,7 @@ src_compile() {
--with-privsep-path=/var/empty \
--with-privsep-user=sshd \
--with-md5-passwords \
+ `use_with kerberos kerberos5 /usr` \
`use_with tcpd tcp-wrappers` \
`use_with pam` \
`use_with skey` \