Fix build on s390x
This commit is contained in:
parent
9600c6058e
commit
e2704f7ea4
@ -209,7 +209,12 @@ the functionality of the installed gvfs package.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%meson -Dinstalled_tests=true -Dman=true -Dafc=false
|
||||||
|
%else
|
||||||
%meson -Dinstalled_tests=true -Dman=true
|
%meson -Dinstalled_tests=true -Dman=true
|
||||||
|
%endif
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user