From e2704f7ea4eaee3fe1a81ecac75522417af415f7 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 10 May 2018 12:53:18 +0200 Subject: [PATCH] Fix build on s390x --- gvfs.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gvfs.spec b/gvfs.spec index d80bcc2..b2e62f4 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -209,7 +209,12 @@ the functionality of the installed gvfs package. %setup -q %build +%ifarch s390 s390x +%meson -Dinstalled_tests=true -Dman=true -Dafc=false +%else %meson -Dinstalled_tests=true -Dman=true +%endif + %meson_build %install