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