From: Felix Fietkau Date: Wed, 9 Dec 2009 18:37:08 +0000 (+0000) Subject: iptraf: remove the useless call to the "size" command, which breaks on some platforms X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d0a3967ced5300ea5f8cd3c1540f1254dca57113;p=openwrt%2Fsvn-archive%2Farchive.git iptraf: remove the useless call to the "size" command, which breaks on some platforms SVN-Revision: 18723 --- diff --git a/net/iptraf/patches/005-no_size_cmd.patch b/net/iptraf/patches/005-no_size_cmd.patch new file mode 100644 index 0000000000..1307835219 --- /dev/null +++ b/net/iptraf/patches/005-no_size_cmd.patch @@ -0,0 +1,11 @@ +--- a/src/Makefile ++++ b/src/Makefile +@@ -106,8 +106,6 @@ error.o log.o mode.o getpath.o bar.o par + BINS = iptraf rvnamed rawtime + + all: $(BINS) +- @echo +- @size $(BINS) + + iptraf: $(OBJS) textlib + $(CC) $(LDOPTS) $(PROF) -o iptraf $(OBJS) $(LIBS)