diff options
author | Travis Tilley <lv@gentoo.org> | 2004-10-07 00:47:06 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-10-07 00:47:06 +0000 |
commit | 671871de9bf0323450025c474dbed2e6d8bf766b (patch) | |
tree | 38db702d38f8644e418c4c067e4fc9b693cc375b /net-misc/iputils/iputils-021109-r3.ebuild | |
parent | Stable on alpha, bug 66501. (Manifest recommit) (diff) | |
download | gentoo-2-671871de9bf0323450025c474dbed2e6d8bf766b.tar.gz gentoo-2-671871de9bf0323450025c474dbed2e6d8bf766b.tar.bz2 gentoo-2-671871de9bf0323450025c474dbed2e6d8bf766b.zip |
fix compiling iputils using newer glibc snapshots
Diffstat (limited to 'net-misc/iputils/iputils-021109-r3.ebuild')
-rw-r--r-- | net-misc/iputils/iputils-021109-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/iputils/iputils-021109-r3.ebuild b/net-misc/iputils/iputils-021109-r3.ebuild index 49302aabe016..ec8d82963fc7 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.10 2004/08/09 04:34:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109-r3.ebuild,v 1.11 2004/10/07 00:47:06 lv Exp $ inherit flag-o-matic gcc gnuconfig eutils @@ -38,6 +38,10 @@ src_unpack() { epatch ${FILESDIR}/${PV}-gcc34.patch epatch ${FILESDIR}/${PV}-no-pfkey-search.patch + + # make iputils work with newer glibc snapshots + epatch ${FILESDIR}/${P}-linux-udp-header.patch + sed -i \ -e "/^CCOPT=/s:-O2:${CFLAGS}:" \ -e "/^CC=/s:gcc:$(gcc-getCC):" \ |