From 2b4092a7749afa52643ad5c32c0e355d2c316279 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 9 Dec 2009 18:37:08 +0000 Subject: [PATCH] iptraf: remove the useless call to the "size" command, which breaks on some platforms git-svn-id: svn://svn.openwrt.org/openwrt/packages@18723 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/iptraf/patches/005-no_size_cmd.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/iptraf/patches/005-no_size_cmd.patch 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 000000000..130783521 --- /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)