This commit is contained in:
Mario Fetka 2017-06-20 10:42:04 +02:00
parent 4fa3978984
commit a7b50a72fe
1 changed files with 5 additions and 2 deletions

7
debian/rules vendored
View File

@ -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