summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/rules.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules.defs b/debian/rules.defs
index b1a8a26..3f55b8b 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -347,6 +347,10 @@ ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy dapper hardy jaunty kar
with_common_pkgs :=
with_common_libs :=
endif
+ifeq (illumos-amd64,$(DEB_HOST_ARCH))
+with_common_pkgs := yes
+with_common_libs := yes
+endif
# is this a multiarch-enabled build?
ifeq (,$(filter $(distrelease),lenny etch squeeze dapper hardy jaunty karmic lucid maverick))