Disable libphonenumber support under i686

The libphonenumber 8.12.57 is not built for it, thus disable it there.
This commit is contained in:
Milan Crha 2022-12-05 18:34:49 +01:00
parent 2ec52d9493
commit b87b322acd

View File

@ -5,8 +5,13 @@
%define krb5_support 1
%define largefile_support 1
# disable for i686, because libphonenumber 8.12.57 is not built for it
%ifarch i686
%global phonenum_support 0
%else
# enabled only for Fedora
%global phonenum_support 0%{?fedora}
%endif
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
%{!?with_docs: %global with_docs 1}