diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-04 04:02:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-04 04:02:36 +0000 |
commit | 8f0d67e1ea454c6de60fd8ff78f081159873b958 (patch) | |
tree | 33a600fd427eb09eff4a078cfbe34d2797067c52 /net-misc/iputils/iputils-021109-r3.ebuild | |
parent | Add support to ipg for newer kernels #71756 by Christoph M. (Manifest recommit) (diff) | |
download | gentoo-2-8f0d67e1ea454c6de60fd8ff78f081159873b958.tar.gz gentoo-2-8f0d67e1ea454c6de60fd8ff78f081159873b958.tar.bz2 gentoo-2-8f0d67e1ea454c6de60fd8ff78f081159873b958.zip |
patch shuffle
Diffstat (limited to 'net-misc/iputils/iputils-021109-r3.ebuild')
-rw-r--r-- | net-misc/iputils/iputils-021109-r3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/iputils/iputils-021109-r3.ebuild b/net-misc/iputils/iputils-021109-r3.ebuild index adbf10c124f5..9142a744f783 100644 --- a/net-misc/iputils/iputils-021109-r3.ebuild +++ b/net-misc/iputils/iputils-021109-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-misc/iputils/iputils-021109-r3.ebuild,v 1.14 2005/01/04 03:52:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.15 2005/01/04 04:02:36 vapier Exp $ inherit flag-o-matic gnuconfig eutils toolchain-funcs @@ -39,6 +39,8 @@ src_unpack() { epatch ${FILESDIR}/${PV}-gcc34.patch epatch ${FILESDIR}/${PV}-no-pfkey-search.patch epatch ${FILESDIR}/${PV}-ipg-linux-2.6.patch #71756 + epatch ${FILESDIR}/${PV}-syserror.patch + epatch ${FILESDIR}/${PV}-uclibc-no-ether_ntohost.patch # make iputils work with newer glibc snapshots epatch ${FILESDIR}/${P}-linux-udp-header.patch @@ -57,9 +59,6 @@ src_unpack() { sed -i "s:-ll:-lfl -L${ROOT}/usr/lib ${LDFLAGS}:" setkey/Makefile || die "sed setkey failed" 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 } src_compile() { |