From 469f892911146d0961851f1e39bf0e243aae4314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Wed, 13 May 2020 15:35:56 +0200 Subject: [PATCH] Fix build on arm (which does not have liburing) Guenther --- samba.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samba.spec b/samba.spec index a85aa07..f6773fd 100644 --- a/samba.spec +++ b/samba.spec @@ -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"