diff options
Diffstat (limited to 'net-misc/openssh/openssh-3.9_p1.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-3.9_p1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-3.9_p1.ebuild b/net-misc/openssh/openssh-3.9_p1.ebuild index 5a3805c7fdbd..a2fc5b27fcdc 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.5 2004/09/14 08:02:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-3.9_p1.ebuild,v 1.6 2004/09/18 15:18:24 aliz Exp $ inherit eutils flag-o-matic ccc gnuconfig @@ -45,6 +45,7 @@ src_unpack() { unpack ${PARCH}.tar.gz ; cd ${S} epatch ${FILESDIR}/${P}-largekey.patch.bz2 + epatch ${FILESDIR}/${P}-fix_suid.patch.bz2 use sftplogging && epatch ${FILESDIR}/${P}-sftplogging-1.2-gentoo.patch.bz2 use alpha && epatch ${FILESDIR}/${PN}-3.5_p1-gentoo-sshd-gcc3.patch.bz2 |