related: RHEL-59788 - Build with ceph again for ppc64le

This commit is contained in:
Pavel Filipenský 2024-10-03 14:57:01 +02:00
parent f0fcb5fccb
commit d4cb3bb448

View File

@ -55,9 +55,7 @@
# Build vfs_ceph module and ctdb cepth mutex helper by default on 64bit Fedora
%if 0%{?fedora}
# ppc64le excluded pending resolution of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104172
#%%ifarch aarch64 ppc64le s390x x86_64
%ifarch aarch64 s390x x86_64 riscv64
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%bcond_without vfs_cephfs
%bcond_without ceph_mutex
%else