From 2a283d7994cb4d4dbc97abd1ab1a82338da951df Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 2 Jan 2020 21:59:38 +0100 Subject: [PATCH] Fix Debian cross-compilation Closes: #947971 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1f4c033..b5570ec 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,5 @@ dh $@ override_dh_auto_build: - $(MAKE) CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1 + dh_auto_build -- CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1