]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/collectd
Upgraded collectd
[ipfire-2.x.git] / lfs / collectd
index 491d13c5be83fed29d81f9fd6b04b1b701bbce24..f4d97710e8a36d32ab315ff6c38930d8a6e984cb 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = collectd
-VER        = 4.4.3
+VER        = 4.5.1
 
 THISAPP    = collectd-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 309b7a0b9b128a1575308773e1c43d9f
+$(DL_FILE)_MD5 = d85e00de03d40ca66d5eb4775e58fc1f
 
 install : $(TARGET)
 
@@ -85,7 +85,8 @@ $(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
+               --with-rrdtool=/usr/share/rrdtool-1.2.15 \
+               --with_own_libiptc
        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