[Pkg-nagios-changes] [SCM] Packaging of check_mk branch, master, updated. a60c6d328d372b7c400d1b8e05f468ec93a1f38f

Alexander Wirt formorer at debian.org
Sat Dec 11 09:17:43 UTC 2010


The following commit has been merged in the master branch:
commit a60c6d328d372b7c400d1b8e05f468ec93a1f38f
Author: Alexander Wirt <formorer at debian.org>
Date:   Sat Dec 11 10:17:31 2010 +0100

    Don't use the provided waitmax

diff --git a/debian/rules b/debian/rules
index 0dd93b5..650da0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,9 @@ install: build
 	dh_installdirs
 	mkdir -p debian/tmp
 	DESTDIR=debian/tmp ./setup.sh --yes
+	#don't use the statically linked binary. 
+	rm debian/tmp/usr/share/check_mk/agents/waitmax
+	gcc -s -o debian/tmp/usr/share/check_mk/agents/waitmax debian/tmp/usr/share/check_mk/agents/waitmax.c
 	cp -a livestatus.src/debian/tmp/* debian/tmp/
 	# We need 2 different "defaults" files for Icinga and Nagios3
 	rm debian/tmp/usr/share/check_mk/modules/defaults

-- 
Packaging of check_mk



More information about the Pkg-nagios-changes mailing list