1
0
forked from pool/glusterfs

Accepting request 1093590 from filesystems

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1093590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glusterfs?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2023-06-19 20:50:03 +00:00 committed by Git OBS Bridge
commit 1b37b0d218
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jun 10 13:29:09 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Disable IO_uring for now [boo#1210894]
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 23 23:25:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Tue May 23 23:25:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -150,11 +150,11 @@ links.
%build %build
%define _lto_cflags %nil %define _lto_cflags %nil
./autogen.sh ./autogen.sh
# https://github.com/gluster/glusterfs/issues/3947
%configure \ %configure \
--without-tcmalloc \ --without-tcmalloc \
%if !(0%{?suse_version} >= 1550)
--disable-linux-io_uring \ --disable-linux-io_uring \
%else %if 0%{?suse_version} >= 1550
--with-mountutildir="%_sbindir" \ --with-mountutildir="%_sbindir" \
%endif %endif
--disable-static --with-ipv6-default --disable-static --with-ipv6-default