007-no_arpd.patch 311 B

123456789101112131415
  1. --- a/misc/Makefile
  2. +++ b/misc/Makefile
  3. @@ -5,9 +5,9 @@ TARGETS=ss nstat ifstat rtacct lnstat
  4. include ../Config
  5. -ifeq ($(HAVE_BERKELEY_DB),y)
  6. - TARGETS += arpd
  7. -endif
  8. +#ifeq ($(HAVE_BERKELEY_DB),y)
  9. +# TARGETS += arpd
  10. +#endif
  11. ifeq ($(HAVE_SELINUX),y)
  12. LDLIBS += $(shell $(PKG_CONFIG) --libs libselinux)