From 5917779ec359eae27135868eea356bf656594ba8 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 20 Jun 2017 12:30:50 +0200 Subject: [PATCH] disable bash subst --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 3f6165b..409dca8 100755 --- a/debian/rules +++ b/debian/rules @@ -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