Bump
This commit is contained in:
parent
4fa3978984
commit
a7b50a72fe
7
debian/rules
vendored
7
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user