From a8ad76cab8b7cfb7d386cf476dc09f319df41ba0 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 4 May 2017 11:55:17 +0200 Subject: [PATCH] activate commadn args --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a4f07d6..e9a9436 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,8 @@ override_dh_auto_configure: --localstatedir=/var \ --enable-ssl \ --with-ssl-lib=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --with-piddir=/var/run/nagios + --with-piddir=/var/run/nagios \ + --enable-command-args # Restore deterministic "openssl dhparam" output. cp include/dh.h.orig include/dh.h