diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-08 16:28:02 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-01-08 16:28:02 +0000 |
commit | e40e25e55da4068bc501d1600aec6d7393955a08 (patch) | |
tree | 30a7102c3ab0c26e6b8d23d258bbced9fe424d76 /net-misc | |
parent | bump version (diff) | |
download | gentoo-2-e40e25e55da4068bc501d1600aec6d7393955a08.tar.gz gentoo-2-e40e25e55da4068bc501d1600aec6d7393955a08.tar.bz2 gentoo-2-e40e25e55da4068bc501d1600aec6d7393955a08.zip |
Removing 2.6 support temporarily; should resolve bug #37268.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/iputils/Manifest | 2 | ||||
-rw-r--r-- | net-misc/iputils/iputils-021109.ebuild | 12 |
2 files changed, 4 insertions, 10 deletions
diff --git a/net-misc/iputils/Manifest b/net-misc/iputils/Manifest index 0b120e8683ee..33f463c8db19 100644 --- a/net-misc/iputils/Manifest +++ b/net-misc/iputils/Manifest @@ -1,5 +1,5 @@ MD5 0da5a0149a72081afb60abfcb7a6171d ChangeLog 2759 -MD5 209133ebecbe23fdaec59e62ae0ec307 iputils-021109.ebuild 1795 +MD5 de4e16a75db2bbfc884d60119d39ea32 iputils-021109.ebuild 1423 MD5 21bbbdb8abaaadd8e7d084aab7d181b6 iputils-020927.ebuild 1333 MD5 d6d6f3cb8ff77c826d432ed7eb394c43 files/digest-iputils-020927 68 MD5 0a62fdeb93c761e5407fd3e185308a99 files/iputils-021109-pfkey.patch 3477 diff --git a/net-misc/iputils/iputils-021109.ebuild b/net-misc/iputils/iputils-021109.ebuild index 6f73a8de92ee..70ef7ca78978 100644 --- a/net-misc/iputils/iputils-021109.ebuild +++ b/net-misc/iputils/iputils-021109.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109.ebuild,v 1.5 2004/01/04 14:26:02 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/iputils/iputils-021109.ebuild,v 1.6 2004/01/08 16:27:46 plasmaroo Exp $ DESCRIPTION="Network monitoring tools including ping and ping6" HOMEPAGE="ftp://ftp.inr.ac.ru/ip-routing" @@ -27,22 +27,16 @@ src_unpack() { unpack ${A} cd ${S} - cp ${FILESDIR}/${P}-pfkey.patch include-glibc/net/pfkeyv2.h || die sed -e "27s:-O2:${CFLAGS}:;68s:./configure:unset CFLAGS\;./configure:" -i Makefile - sed -e "10s:-ll:-lfl:" -i setkey/Makefile - sed -e "51s:ifdef:ifndef:;68d; 69d; 70d;" -i racoon/grabmyaddr.c - sed -e '461i\LIBS="$LIBS -lfl -lresolv"' -i racoon/configure.in + sed -e "20d;21d;22d;23d;24d" -i Makefile } src_compile() { use static && LDFLAGS="${LDFLAGS} -static" - cd ${S}/libipsec && emake KERNEL_INCLUDE="/usr/include" || die - cd ${S}/setkey && emake KERNEL_INCLUDE="/usr/include" || die - cd ${S}/racoon && autoconf || die + emake KERNEL_INCLUDE="/usr/include" || die - cd ${S} && emake KERNEL_INCLUDE="/usr/include" || die # if [ "`use doc`" ]; then # make html || die # fi |