From 26cb5d1feda2021375a8ea46d174c4e9008011b8 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 10 Jan 2018 10:38:38 +0100 Subject: [PATCH] bump to new debain package --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 12df244..20f525f 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,9 @@ override_dh_auto_configure: --enable-ssl \ --with-logdir=/var/log \ --with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --with-piddir=/var/run/nagios + --with-piddir=/var/run/nagios \ + --enable-command-args \ + --enable-bash-command-substitution override_dh_auto_build: dh_auto_build -- all