summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2005-02-05 12:46:30 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2005-02-05 12:46:30 +0000
commitdd8b843b9f290f038b8a9f41c5979924e3c612f5 (patch)
treef469d9801d09d03e0614d62956131d236db6ff66 /net-fs/autofs/autofs-4.1.3-r3.ebuild
parentStable on x86. (diff)
downloadhistorical-dd8b843b9f290f038b8a9f41c5979924e3c612f5.tar.gz
historical-dd8b843b9f290f038b8a9f41c5979924e3c612f5.tar.bz2
historical-dd8b843b9f290f038b8a9f41c5979924e3c612f5.zip
Added fixed signal race patch for autofs
Diffstat (limited to 'net-fs/autofs/autofs-4.1.3-r3.ebuild')
-rw-r--r--net-fs/autofs/autofs-4.1.3-r3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-fs/autofs/autofs-4.1.3-r3.ebuild b/net-fs/autofs/autofs-4.1.3-r3.ebuild
index 80dd1f839c59..2abfe870d1e2 100644
--- a/net-fs/autofs/autofs-4.1.3-r3.ebuild
+++ b/net-fs/autofs/autofs-4.1.3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r3.ebuild,v 1.1 2005/02/05 10:39:42 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r3.ebuild,v 1.2 2005/02/05 12:46:30 griffon26 Exp $
inherit eutils
@@ -29,6 +29,9 @@ src_unpack() {
EPATCH_OPTS="-p1 -d ${S}" epatch ${DISTDIR}/${i}
done
+ # Upstream version of this patch is incorrect
+ epatch ${FILESDIR}/${P}-signal-race-fix.patch
+
cd ${S}
autoconf || die "Autoconf failed"