diff options
Diffstat (limited to 'sys-kernel/sparc-sources/sparc-sources-2.4.22.ebuild')
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.22.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.22.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.22.ebuild index ac5343c8e8e6..8256bb2733c2 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.22.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.22.ebuild,v 1.6 2003/12/02 12:00:19 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.22.ebuild,v 1.7 2003/12/02 17:17:27 iggy Exp $ IUSE="build ultra1" @@ -39,6 +39,8 @@ src_unpack() { mv linux-${OKV} linux-${KV} || die "Error moving kernel source tree to linux-${KV}" cd ${KV} || die "Unable to cd into ${KV}" + epatch ${FILESDIR}/do_brk_fix.patch || die "failed to patch for do_brk vuln" + kernel_src_unpack # Patch the HME driver only on Ultra1 machines. |