diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-05 14:13:08 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-05 14:13:08 +0000 |
commit | bcf90241550f1a74ed692f9e92e9612abf2ff279 (patch) | |
tree | 3e2623d05e096ee3482459337448f5c0388c3b84 /debian/rules.conf | |
parent | 831568bb9163adcd7a59f5072605f97b8e8d3b46 (diff) | |
download | gcc-5-bcf90241550f1a74ed692f9e92e9612abf2ff279.tar.gz |
* libx32phobos-dev: Don't depend on libx32z-dev, when not available.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8027 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.conf')
-rw-r--r-- | debian/rules.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules.conf b/debian/rules.conf index 7c8aa0e..9032d8f 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -1101,6 +1101,10 @@ ifeq ($(with_qmath),yes) echo 'dep:libqmath=libquadmath$(QUADMATH_SONAME)$(LS)$(AQ) (>= $${gcc:Version})' \ >> debian/substvars.local.tmp endif +ifeq ($(distribution),Debian) + echo 'dep:libx32z=$(if $(filter $(distribution), Debian),,libx32z1-dev)' \ + >> debian/substvars.local.tmp +endif ifeq ($(multilib),yes) echo 'dep:libgfortranbiarchdev=$(libgfortranbiarchdev)' \ >> debian/substvars.local.tmp |