diff options
Diffstat (limited to 'net-misc/openssh/openssh-4.3_p1.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-4.3_p1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-4.3_p1.ebuild b/net-misc/openssh/openssh-4.3_p1.ebuild index fc6bebe1c633..9df791880ce5 100644 --- a/net-misc/openssh/openssh-4.3_p1.ebuild +++ b/net-misc/openssh/openssh-4.3_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-4.3_p1.ebuild,v 1.5 2006/04/19 13:40:10 lcars Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-4.3_p1.ebuild,v 1.6 2006/06/27 01:09:53 vapier Exp $ inherit eutils flag-o-matic ccc pam @@ -51,6 +51,7 @@ src_unpack() { -e '/_PATH_XAUTH/s:/usr/X11R6/bin/xauth:/usr/bin/xauth:' \ pathnames.h || die + epatch "${FILESDIR}"/openssh-4.3_p2-configure.patch #137921 use X509 && epatch "${DISTDIR}"/${X509_PATCH} use sftplogging && epatch "${FILESDIR}"/openssh-4.2_p1-sftplogging-1.4-gentoo.patch.bz2 use chroot && epatch "${FILESDIR}"/openssh-3.9_p1-chroot.patch |