1
0
forked from pool/glusterfs

- Disable IO_uring for now [boo#1210894]

OBS-URL: https://build.opensuse.org/package/show/filesystems/glusterfs?expand=0&rev=92
This commit is contained in:
Jan Engelhardt 2023-06-10 13:41:13 +00:00 committed by Git OBS Bridge
parent b46e5349da
commit 8af36181e7
2 changed files with 6 additions and 3 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>

View File

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