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:
commit
4998865bbf
@ -1,4 +1,4 @@
|
||||
mtime: 1737705677
|
||||
commit: f01ee0e53d7b174ff3b479b7aea70c1691ed5ee242e531a987adadccb39ac4a1
|
||||
mtime: 1738573048
|
||||
commit: 78e8cd5420d5bd9c850bef6c5df400c9bd62abe834a2cd64855b9e65d87b475a
|
||||
url: https://src.opensuse.org/jengelh/glusterfs
|
||||
revision: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e1a12b11f378d6e156bfd37e7d82c478eebb4a4ebefe6682f463e931a8ca53e
|
||||
oid sha256:531ec3657e45de399f8bdcd2fc8e59928e0d9e6fc77e42aea877d876bc9c3694
|
||||
size 256
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user