summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-08-04 18:51:46 +0000
committerJon Portnoy <avenj@gentoo.org>2004-08-04 18:51:46 +0000
commit4f8d3004d2b26b51cb1ac645247d2657cce945bc (patch)
tree4eaf799356dcade38acf389cea6504ffec9b98e6 /net-misc/iputils/iputils-021109-r3.ebuild
parentsecurity bump - file offset pointer handling vulnerability - bug 59378 (Manif... (diff)
downloadgentoo-2-4f8d3004d2b26b51cb1ac645247d2657cce945bc.tar.gz
gentoo-2-4f8d3004d2b26b51cb1ac645247d2657cce945bc.tar.bz2
gentoo-2-4f8d3004d2b26b51cb1ac645247d2657cce945bc.zip
Fix bison sed line. Bugs 59414 and 59191.
Diffstat (limited to 'net-misc/iputils/iputils-021109-r3.ebuild')
-rw-r--r--net-misc/iputils/iputils-021109-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/iputils/iputils-021109-r3.ebuild b/net-misc/iputils/iputils-021109-r3.ebuild
index af2f5ac4eda7..4865ebfdb65a 100644
--- a/net-misc/iputils/iputils-021109-r3.ebuild
+++ b/net-misc/iputils/iputils-021109-r3.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/iputils/iputils-021109-r3.ebuild,v 1.8 2004/08/03 12:28:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.9 2004/08/04 18:51:46 avenj Exp $
inherit flag-o-matic gcc gnuconfig eutils
@@ -51,7 +51,7 @@ src_unpack() {
sed -i "s:-ll:-lfl ${LDFLAGS}:" setkey/Makefile || die "sed setkey failed"
- sed -i 's:yacc:bison:' libipsec/Makefile #59191
+ sed -i 's:yacc:bison -y:' libipsec/Makefile #59191
use uclibc && sed -e 's/sys_errlist\[errno\]/strerror(errno)/' -i ${S}/rdisc.c
use uclibc && epatch ${FILESDIR}/${PN}-20020927-no-ether_ntohost.patch