disable private temp
This commit is contained in:
8
debian/rules
vendored
8
debian/rules
vendored
@@ -11,8 +11,8 @@ CFLAGS += $(CPPFLAGS)
|
||||
export AUTOHEADER=true
|
||||
|
||||
%:
|
||||
# dh $@ --with autoreconf,systemd --parallel
|
||||
dh $@ --with autoreconf --parallel
|
||||
dh $@ --with autoreconf,systemd --parallel
|
||||
# dh $@ --with autoreconf --parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
@@ -25,8 +25,8 @@ override_dh_auto_configure:
|
||||
--with-need-dh=no \
|
||||
--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
|
||||
--with-piddir=/var/run/nagios \
|
||||
--enable-command-args
|
||||
# --enable-bash-command-substitution
|
||||
--enable-command-args \
|
||||
--enable-bash-command-substitution
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build -- all
|
||||
|
||||
Reference in New Issue
Block a user