Accepting request 1243228 from filesystems

- Fix build on 32-bit arm with a workaround

OBS-URL: https://build.opensuse.org/request/show/1243228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glusterfs?expand=0&rev=41
This commit is contained in:
Ana Guerrero 2025-02-07 21:50:17 +00:00 committed by Git OBS Bridge
commit 4998865bbf
4 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,4 @@
mtime: 1737705677 mtime: 1738573048
commit: f01ee0e53d7b174ff3b479b7aea70c1691ed5ee242e531a987adadccb39ac4a1 commit: 78e8cd5420d5bd9c850bef6c5df400c9bd62abe834a2cd64855b9e65d87b475a
url: https://src.opensuse.org/jengelh/glusterfs url: https://src.opensuse.org/jengelh/glusterfs
revision: master revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4e1a12b11f378d6e156bfd37e7d82c478eebb4a4ebefe6682f463e931a8ca53e oid sha256:531ec3657e45de399f8bdcd2fc8e59928e0d9e6fc77e42aea877d876bc9c3694
size 256 size 256

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 3 08:37:11 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix build on 32-bit arm with a workaround
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 24 08:00:04 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com> Fri Jan 24 08:00:04 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -152,6 +152,10 @@ rm contrib/aclocal/python.m4
%build %build
%define _lto_cflags %nil %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 ./autogen.sh
%configure \ %configure \
--without-tcmalloc \ --without-tcmalloc \