Disable libphonenumber support under i686
The libphonenumber 8.12.57 is not built for it, thus disable it there.
This commit is contained in:
parent
2ec52d9493
commit
b87b322acd
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user