summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-05-13 14:46:48 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-05-13 14:46:48 +0300
commit1b5dbf1fdc5a384506ab1142ae98680fff14bf42 (patch)
treecc1865334f71709b801264634b5f529e11f175e8
parent8638c410dd65706ad9fe9569fdcd23217b55ec88 (diff)
downloadgcc-9-1b5dbf1fdc5a384506ab1142ae98680fff14bf42.tar.gz
Require lib32z1-dev on illumos-amd64
-rw-r--r--debian/rules.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.conf b/debian/rules.conf
index e4aff86..42485cc 100644
--- a/debian/rules.conf
+++ b/debian/rules.conf
@@ -432,7 +432,7 @@ ifeq ($(PKGSOURCE),gcc-$(BASE_VERSION))
endif
endif
-PHOBOS_BUILD_DEP = lib32z1-dev [amd64 kfreebsd-amd64], lib64z1-dev [i386],
+PHOBOS_BUILD_DEP = lib32z1-dev [amd64 kfreebsd-amd64 illumos-amd64], lib64z1-dev [i386],
ifeq ($(derivative),Ubuntu)
PHOBOS_BUILD_DEP += libx32z1-dev [amd64 kfreebsd-amd64 i386],
endif