summaryrefslogtreecommitdiff
path: root/package/iproute2/patches/patch-misc_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-22 23:49:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-22 23:49:52 +0200
commit54893039866e0978bd6563e2b7361f7736341163 (patch)
treef757d7250af9964234530e8d7f480951ab63c7aa /package/iproute2/patches/patch-misc_Makefile
parent2c84de509054d770081084ca223f55b67ef945db (diff)
parentba0c06d2bb46e087f1782eb76573e0bef735c062 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iproute2/patches/patch-misc_Makefile')
-rw-r--r--package/iproute2/patches/patch-misc_Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/iproute2/patches/patch-misc_Makefile b/package/iproute2/patches/patch-misc_Makefile
new file mode 100644
index 000000000..95dbe51ec
--- /dev/null
+++ b/package/iproute2/patches/patch-misc_Makefile
@@ -0,0 +1,13 @@
+ disable compiling of arpd since it needs berkeley db which we dont have
+ yet
+--- iproute2-2.6.29-1.orig/misc/Makefile 2009-03-24 23:40:54.000000000 +0100
++++ iproute2-2.6.29-1/misc/Makefile 2009-08-22 02:48:24.794861772 +0200
+@@ -1,7 +1,7 @@
+ SSOBJ=ss.o ssfilter.o
+ LNSTATOBJ=lnstat.o lnstat_util.o
+
+-TARGETS=ss nstat ifstat rtacct arpd lnstat
++TARGETS=ss nstat ifstat rtacct lnstat
+
+ include ../Config
+