diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 11:06:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 11:06:57 +0000 |
commit | 34cf8891177d617ce1712c5cb6183bf52002262a (patch) | |
tree | 3b44fb9c19fd0bb9165c2e8bdaf78e67a66f11df /debian | |
parent | Updating vcs fields. (diff) | |
download | nagios-nrpe-34cf8891177d617ce1712c5cb6183bf52002262a.tar.xz nagios-nrpe-34cf8891177d617ce1712c5cb6183bf52002262a.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 8eacd6e..f6ce58b 100755 --- a/debian/rules +++ b/debian/rules @@ -20,6 +20,7 @@ override_dh_auto_configure: --libdir=/usr/lib/nagios \ --libexecdir=/usr/lib/nagios/plugins \ --localstatedir=/var \ + --enable-command-args \ --enable-ssl \ --with-logdir=/var/log \ --with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ |