Fix build on arm (which does not have liburing)

Guenther
This commit is contained in:
Günther Deschner 2020-05-13 15:35:56 +02:00
parent ccd630af90
commit 469f892911
1 changed files with 3 additions and 0 deletions

View File

@ -88,7 +88,10 @@
%global with_winexe 0
%endif
%global with_vfs_io_uring 0
%ifarch aarch64 ppc64le s390x x86_64 i686
%global with_vfs_io_uring 1
%endif
%global _systemd_extra "Environment=KRB5CCNAME=FILE:/run/samba/krb5cc_samba"