[Lunar-commits] <moonbase-core> iproute2: Added patch to build without iptables.
Peter de Ridder
peter at lunar-linux.org
Fri Apr 5 08:57:14 CEST 2013
commit 114bc7c4ebe26c1cf6ceb61f6df93967e425723d
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Thu, 04 Apr 2013 03:40:55 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/114bc7c4ebe26c1cf6ceb61f6df93967e425723d
iproute2: Added patch to build without iptables.
---
net/iproute2/BUILD | +1/-0
net/iproute2/DETAILS | +3/-0
2 files changed, 4 insertions(+)
--- a/net/iproute2/BUILD
+++ b/net/iproute2/BUILD
@@ -1,6 +1,7 @@
(
patch_it $SOURCE2 1 &&
+ patch_it $SOURCE3 1 &&
if ! in_depends $MODULE db; then
sedit 's/arpd//' misc/Makefile
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -2,10 +2,13 @@
VERSION=3.8.0
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE2=$MODULE-fhs.patch.bz2
+ SOURCE3=$MODULE-no-iptables.patch
SOURCE_URL=http://www.kernel.org/pub/linux/utils/net/$MODULE
SOURCE2_URL=$PATCH_URL
+ SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:6d40dd2b91aad9ae084c99973dcdfdbf6fb353fc
SOURCE2_VFY=sha1:b39063237e7a2c68fcfb731fe5bf5b3177e1b2dc
+ SOURCE3_VFY=sha1:2ceac0fad93166ab2c4070b78c6d563c9808fa93
WEB_SITE=http://www.linuxfoundation.org/collaborate/workgroups/networking/$MODULE
ENTERED=20021106
UPDATED=20130323
More information about the Lunar-commits
mailing list