From: Michael Tremer Date: Wed, 25 Jun 2008 18:45:10 +0000 (+0000) Subject: Removed -Werror from CFLAGS in collectd. X-Git-Tag: v3.0-alpha1~934 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef77f47ccf200dfb158dfd6e302b6c7788183e69;p=ipfire-3.x.git Removed -Werror from CFLAGS in collectd. --- diff --git a/lfs/collectd b/lfs/collectd index e174124ce..24d697a68 100644 --- a/lfs/collectd +++ b/lfs/collectd @@ -53,6 +53,7 @@ $(objects) : $(TARGET) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -e "s/-Werror//g" -i src/Makefile.in cd $(DIR_APP) && ./configure --prefix=/usr --localstatedir=/var \ --disable-{apache,apple_sensors,csv,ipvs,memcached,mysql,netlink,nginx,nut} \ --disable-{perl,serial,snmp,tape,vserver,wireless,xmms} \ @@ -60,7 +61,7 @@ $(TARGET) : --enable-{interface,iptables,irq,load,logfile,mbmon,memory,multimeter} \ --enable-{network,nfs,ntpd,ping,processes,rrdtool,sensors,swap,syslog} \ --enable-{tcpconns,unixsock,users} \ - --with-rrdtool=/usr/share/rrdtool/ --enable-debug + --with-rrdtool=/usr/share/rrdtool/ cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install cp -vf $(DIR_CONFIG)/$(PKG_NAME)/collectd.conf /etc/