Build with ceph support only on 64bit systems

This commit is contained in:
Andreas Schneider 2017-07-24 16:44:53 +02:00
parent a5f3642b76
commit 88a6ab9186
1 changed files with 4 additions and 2 deletions

View File

@ -36,9 +36,11 @@
%global with_profiling 1
%global with_vfs_cephfs 1
%if 0%{?rhel}
%global with_vfs_cephfs 0
%if 0%{?fedora}
%ifarch aarch64 ppc64le s390x x86_64
%global with_vfs_cephfs 1
%endif
%endif
%global with_vfs_glusterfs 1