diff options
author | 2002-11-16 07:38:18 +0000 | |
---|---|---|
committer | 2002-11-16 07:38:18 +0000 | |
commit | 729fc41b35e898aea3cba02909ce20ff74fdacf9 (patch) | |
tree | a8c8a5dd28c939f7826e4f3e7da6ecd19eb0fe1c /sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild | |
parent | remove unixODBC it is now in unstable (diff) | |
download | historical-729fc41b35e898aea3cba02909ce20ff74fdacf9.tar.gz historical-729fc41b35e898aea3cba02909ce20ff74fdacf9.tar.bz2 historical-729fc41b35e898aea3cba02909ce20ff74fdacf9.zip |
lcall DoS fix
Diffstat (limited to 'sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild index e618783229ef..bec4cfafb5cb 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild,v 1.3 2002/10/24 05:48:38 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.4.19-r10.ebuild,v 1.4 2002/11/16 07:38:17 lostlogic Exp $ IUSE="build crypt xfs acpi4linux" @@ -35,6 +35,10 @@ src_unpack() { unpack ${A} mv linux-${OKV} linux-${KV} || die + cd linux-${KV} + patch -p1 < ${FILESDIR}/lcall-DoS.patch || die "lcall-DoS patch failed" + cd .. + cd ${KV} # Kill patches we aren't suppposed to use, don't worry about # failures, if they aren't there that is a good thing! |