]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/nagios
Merge remote-tracking branch 'mfischer/daq' into next
[ipfire-2.x.git] / lfs / nagios
index 2bb2a41efdf6bd451c26618c779e40377ca79e44..868272bb30f28cabef5f7ff3d4d6cbe46f841b22 100644 (file)
@@ -102,8 +102,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_SRC) && tar xfz $(DIR_DL)/nagios-plugins-1.4.13.tar.gz
        cd $(DIR_SRC)/nagios-plugins* && ./configure --prefix=/usr \
                --libexecdir=/usr/lib/nagios \
-               --with-nagios-user=nobody --with-nagios-group=nobody
-       cd $(DIR_SRC)/nagios-plugins* && make $(MAKETUNING)
+               --with-nagios-user=nobody --with-nagios-group=nobody \
+               --without-ipv6
+       cd $(DIR_SRC)/nagios-plugins* && make
        cd $(DIR_SRC)/nagios-plugins* && make install
        chown -R nobody:nobody /var/nagios
        ln -s /etc/init.d/nagios /etc/rc.d/rc3.d/S67nagios