From e2704f7ea4eaee3fe1a81ecac75522417af415f7 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: May 10 2018 10:53:18 +0000 Subject: Fix build on s390x --- 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