]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/nagios_nrpe
Merge branch 'master' into core71
[people/teissler/ipfire-2.x.git] / lfs / nagios_nrpe
index 34bc5a890bb48fd8858d45012ba9590b5e3ee229..050c9294f2a98bf586dec7a60f1bb3224c2820cd 100644 (file)
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = nagios_nrpe
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = "nagios"
 
@@ -78,9 +78,16 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/lib/nagios \
-                           --with-nrpe-user=nobody --with-nrpe-group=nobody \
-                           --with-nagios-user=nobody --with-nagios-group=nobody
+       cd $(DIR_APP) && ./configure \
+               --prefix=/usr \
+               --libexecdir=/usr/lib/nagios \
+               --with-nrpe-user=nobody \
+               --with-nrpe-group=nobody \
+               --with-nagios-user=nobody \
+               --with-nagios-group=nobody \
+               --enable-command-args \
+               ac_cv_lib_wrap_main=no
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)