Exclude s390x for embedded cnacl

This commit is contained in:
Stuart D. Gathman 2018-02-21 17:01:25 -05:00
parent a6396ab85c
commit a67e6cae16
1 changed files with 5 additions and 0 deletions

View File

@ -130,6 +130,11 @@ Provides: bundled(nacl) = 20110221
%endif
# build system requires nodejs, unfortunately
ExclusiveArch: %{nodejs_arches}
%if 0%{use_embedded}
# The nodejs build system for embedded cnacl has no "plan" for s390x.
# It might work to copy another big endian plan like ppc64.
ExcludeArch: s390x
%endif
%description
Cjdns implements an encrypted IPv6 network using public-key cryptography for