From a7b50a72fe1ae636a22fb52d4ee5c6fd534c417f Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 20 Jun 2017 10:42:04 +0200 Subject: [PATCH] Bump --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b6a287c..3f6165b 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,8 @@ CFLAGS += $(CPPFLAGS) export AUTOHEADER=true %: - dh $@ --with autoreconf,systemd --parallel +# dh $@ --with autoreconf,systemd --parallel + dh $@ --with autoreconf --parallel override_dh_auto_configure: dh_auto_configure -- \ @@ -23,7 +24,9 @@ override_dh_auto_configure: --enable-ssl \ --with-need-dh=no \ --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