From e15cf7b1cb5a0d04b5e841b7a4ce93aafa7c70d7ae0f18becb26f580e7e98c41 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 4 Feb 2025 22:48:49 +0000 Subject: [PATCH] [info=78e8cd5420d5bd9c850bef6c5df400c9bd62abe834a2cd64855b9e65d87b475a] OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=103 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- glusterfs.changes | 5 +++++ glusterfs.spec | 4 ++++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 8195f24..a30ce16 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1737705677 -commit: f01ee0e53d7b174ff3b479b7aea70c1691ed5ee242e531a987adadccb39ac4a1 +mtime: 1738573048 +commit: 78e8cd5420d5bd9c850bef6c5df400c9bd62abe834a2cd64855b9e65d87b475a url: https://src.opensuse.org/jengelh/glusterfs revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 7a03363..6719f5a 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e1a12b11f378d6e156bfd37e7d82c478eebb4a4ebefe6682f463e931a8ca53e +oid sha256:531ec3657e45de399f8bdcd2fc8e59928e0d9e6fc77e42aea877d876bc9c3694 size 256 diff --git a/glusterfs.changes b/glusterfs.changes index b33fd48..28274d8 100644 --- a/glusterfs.changes +++ b/glusterfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 3 08:37:11 UTC 2025 - Guillaume GARDET + +- Fix build on 32-bit arm with a workaround + ------------------------------------------------------------------- Fri Jan 24 08:00:04 UTC 2025 - Daniel Garcia diff --git a/glusterfs.spec b/glusterfs.spec index 5c3bc82..545fb07 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -152,6 +152,10 @@ rm contrib/aclocal/python.m4 %build %define _lto_cflags %nil +%ifarch %{arm} +# https://github.com/gluster/glusterfs/issues/2979#issuecomment-976739179 +export CFLAGS="%{optflags} -DUATOMIC_NO_LINK_ERROR" +%endif ./autogen.sh %configure \ --without-tcmalloc \