]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/collectd
Upgraded collectd to 4.5 need to check for iptables errors
[people/teissler/ipfire-2.x.git] / lfs / collectd
index 8eb4b4dc96a3eb77e66c21b3132a0368eeb8e1da..a13c986a59b4f6535d868c011349f4d3bd417b63 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = collectd
-VER        = 4.4.1
+VER        = 4.5.0
 
 THISAPP    = collectd-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 176880c32a06bee9d5e6e2e7c76751a3
+$(DL_FILE)_MD5 = 8c6500784677fcd6ca1f6919bf9e7c85
 
 install : $(TARGET)
 
@@ -85,7 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --enable-{interface,iptables,irq,load,logfile,memory,multimeter} \
                --enable-{network,nfs,ntpd,ping,processes,rrdtool,sensors,swap,syslog} \
                --enable-{tcpconns,unixsock,users,wireless} \
-               --with-rrdtool=/usr/share/rrdtool-1.2.15 --enable-debug
+               --with-rrdtool=/usr/share/rrdtool-1.2.15
        cd $(DIR_APP) && make install
        cp -vf $(DIR_SRC)/config/collectd/collectd.conf /etc/
        ln -f -s ../init.d/collectd /etc/rc.d/rc0.d/K50collectd