patch-misc_Makefile 408 B

12345678910111213
  1. disable compiling of arpd since it needs berkeley db which we dont have
  2. yet
  3. --- iproute2-2.6.29-1.orig/misc/Makefile 2009-03-24 23:40:54.000000000 +0100
  4. +++ iproute2-2.6.29-1/misc/Makefile 2009-08-22 02:48:24.794861772 +0200
  5. @@ -1,7 +1,7 @@
  6. SSOBJ=ss.o ssfilter.o
  7. LNSTATOBJ=lnstat.o lnstat_util.o
  8. -TARGETS=ss nstat ifstat rtacct arpd lnstat
  9. +TARGETS=ss nstat ifstat rtacct lnstat
  10. include ../Config