]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
nagios+icinga plugins: removed ipv6 support
authorSascha Kilian <untoter2000@hotmail.com>
Fri, 31 Oct 2014 15:15:54 +0000 (16:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Nov 2014 22:16:19 +0000 (23:16 +0100)
lfs/icinga
lfs/nagios

index 691d83d93140ec6d4c7517abfd768b13aeb7aa36..ab562f24c94ff378a75f6ecea19a105b1fe89322 100644 (file)
@@ -112,7 +112,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --prefix=/usr \
                        --libexecdir=/usr/lib/icinga/plugins \
                        --with-nagios-user=nobody \
-                       --with-nagios-group=nobody
+                       --with-nagios-group=nobody \
+                       --without-ipv6
        cd $(DIR_SRC)/nagios-plugins-$(PLUGIN_VER) && make $(MAKETUNING)
 
        # Install core
index a9cef536f750de9f8ff53ed4ca5a15056013a9e0..868272bb30f28cabef5f7ff3d4d6cbe46f841b22 100644 (file)
@@ -102,7 +102,8 @@ $(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
+               --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