Imported Debian patch 3.1.1-1

This commit is contained in:
Bas Couwenberg
2017-06-18 13:39:05 +02:00
committed by Mario Fetka
42 changed files with 1620 additions and 754 deletions

10
debian/rules vendored
View File

@@ -14,9 +14,6 @@ export AUTOHEADER=true
dh $@ --with autoreconf,systemd --parallel
override_dh_auto_configure:
# Save deterministic "openssl dhparam" output.
cp include/dh.h include/dh.h.orig
dh_auto_configure -- \
--prefix=/usr \
--sysconfdir=/etc \
@@ -24,12 +21,9 @@ override_dh_auto_configure:
--libexecdir=/usr/lib/nagios/plugins \
--localstatedir=/var \
--enable-ssl \
--with-need-dh=no \
--with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \
--with-piddir=/var/run/nagios \
--enable-command-args
# Restore deterministic "openssl dhparam" output.
cp include/dh.h.orig include/dh.h
--with-piddir=/var/run/nagios
override_dh_auto_build:
dh_auto_build -- all