[Lunar-commits] <moonbase> iproute2: adds patch to build with iptables 1.4.11
Christian Krause
wookietreiber at lunar-linux.org
Sun May 29 14:35:45 CEST 2011
commit 2ba2d986c3d4fc7dd80c791a4a1da4fdc9c0b0ff
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Sun May 29 14:35:45 2011 +0200
iproute2: adds patch to build with iptables 1.4.11
pls have a look at the patch_it lines in BUILD - am I doing this right with 'cd' ?
---
net/iproute2/BUILD | 4 ++++
net/iproute2/DETAILS | 5 ++++-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/net/iproute2/BUILD b/net/iproute2/BUILD
index 67ecda8..8187211 100644
--- a/net/iproute2/BUILD
+++ b/net/iproute2/BUILD
@@ -1,5 +1,9 @@
(
+ cd .. &&
+ patch_it $SOURCE2 0 &&
+ cd $OLDPWD &&
+
sedit "s:/usr/lib/:lib/:" Makefile &&
sedit "s:\$(DESTDIR)\$(CONFDIR):\$(CONFDIR):" Makefile &&
sedit "s:\$(DESTDIR)\$(ARPDDIR):\$(ARPDDIR):" Makefile &&
diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index c4338ef..e208946 100644
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -1,11 +1,14 @@
MODULE=iproute2
VERSION=2.6.38
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=iproute2-xt.patch
SOURCE_URL=http://devresources.linux-foundation.org/dev/$MODULE/download
+ SOURCE2_URL=http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/packages/iproute2
SOURCE_VFY=sha1:e9f6d457a06866a2a20a6cba6b3a039b2ec3e14a
+ SOURCE2_VFY=sha1:d729a7f1c6e89a1a14a106918d76c618e338419d
WEB_SITE=http://www.linuxfoundation.org/en/Net:Iproute2
ENTERED=20021106
- UPDATED=20110325
+ UPDATED=20110529
SHORT="Professional tools to control networking in Linux kernels"
cat << EOF
More information about the Lunar-commits
mailing list