From a3d4ccc4bfbc8ff15d468c456eab49ea7de20d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= Date: Wed, 2 Oct 2024 18:48:02 +0200 Subject: [PATCH] related: RHEL-59777 - Build with ceph again for ppc64le This is fixed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104172 in gcc >= 11.3. It is ok to enable for rhel-9, rhel-10 and f41: gcc-11.5.0-2.el9 gcc-14.2.1-2.el10 gcc-14.2.1-3.fc41 --- samba.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/samba.spec b/samba.spec index b724297..152844f 100644 --- a/samba.spec +++ b/samba.spec @@ -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