diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 17:53:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 17:53:08 +0100 |
commit | a3cff7cc19f3ba9d51a46939d678c132e72248c7 (patch) | |
tree | 7e831af24bb0c9714c068d7dd7e517b91f88157e /package/iptraf/patches/patch-src_Makefile | |
parent | 7e2ccca948a513f888bdaad33c0f9aec571972f7 (diff) | |
parent | 911a8d67bf979a65bfa3246f5c789588f3fc6bd6 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iptraf/patches/patch-src_Makefile')
-rw-r--r-- | package/iptraf/patches/patch-src_Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/package/iptraf/patches/patch-src_Makefile b/package/iptraf/patches/patch-src_Makefile index c73f68411..15af62737 100644 --- a/package/iptraf/patches/patch-src_Makefile +++ b/package/iptraf/patches/patch-src_Makefile @@ -1,6 +1,6 @@ $Id$ ---- iptraf-3.0.0.orig/src/Makefile 2005-09-13 11:11:17.000000000 +0200 -+++ iptraf-3.0.0/src/Makefile 2011-01-21 13:46:03.628658655 +0100 +--- iptraf-3.0.1.orig/src/Makefile 2005-09-13 11:11:17.000000000 +0200 ++++ iptraf-3.0.1/src/Makefile 2013-03-04 11:42:11.000000000 +0100 @@ -18,7 +18,8 @@ VERSION = -DVERSION=\"$(VERNUMBER)\" BINDIR = ../../iptraf-$(VERNUMBER).bin.$(ARCH) @@ -32,6 +32,15 @@ $Id$ # You can uncomment this one to disable the backspace key in input fields. # This means you must use the Del key or Ctrl+H combination to erase the +@@ -98,7 +101,7 @@ LOCKDIR = /var/run/iptraf + # Object file names + + OBJS = iptraf.o itrafmon.o packet.o tcptable.o othptab.o ifstats.o deskman.o \ +-ipcsum.o hostmon.o fltedit.o tr.o cidr.o \ ++ipcsum.o hostmon.o fltedit.o cidr.o \ + fltselect.o ipfilter.o fltmgr.o ipfrag.o serv.o servname.o instances.o \ + timer.o revname.o pktsize.o landesc.o isdntab.o options.o promisc.o ifaces.o \ + error.o log.o mode.o getpath.o bar.o parseproto.o @@ -106,33 +109,31 @@ error.o log.o mode.o getpath.o bar.o par BINS = iptraf rvnamed rawtime |