diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:20:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:20:20 +0000 |
commit | f05e68d97d6a6db337238411505d23afbb940e0a (patch) | |
tree | 1ddc17b2f201ca13acacd07aadd6e5b0e49b0889 | |
parent | Updating vcs fields. (diff) | |
download | nagios-nrpe-f05e68d97d6a6db337238411505d23afbb940e0a.tar.xz nagios-nrpe-f05e68d97d6a6db337238411505d23afbb940e0a.zip |
Building with --enable-command-args, still requiring dont_blame_nrpe=1 to actually enable it (Closes: #756479).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 12df244..1e92289 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,8 @@ override_dh_auto_configure: --enable-ssl \ --with-logdir=/var/log \ --with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --with-piddir=/var/run/nagios + --with-piddir=/var/run/nagios \ + --enable-command-args override_dh_auto_build: dh_auto_build -- all |