From 65b900601c5c8505b6b0476ef40a6df593277595 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 16 May 2017 19:15:52 +0300 Subject: with_d depends on target arch, not host --- debian/rules.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.defs b/debian/rules.defs index a80ba88..3b10c77 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -1011,7 +1011,7 @@ ifeq ($(with_base_only),yes) with_d := no endif -ifeq ($(DEB_HOST_ARCH),illumos-amd64) +ifeq ($(DEB_TARGET_ARCH),illumos-amd64) with_d := no endif -- cgit v1.2.3