Enable libphonenumber usage only for Fedora
The ELN and RHEL can be without it for now.
This commit is contained in:
parent
b27405ccce
commit
e71c048301
@ -4,7 +4,9 @@
|
|||||||
%define static_ldap 0
|
%define static_ldap 0
|
||||||
%define krb5_support 1
|
%define krb5_support 1
|
||||||
%define largefile_support 1
|
%define largefile_support 1
|
||||||
%global phonenum_support 1
|
|
||||||
|
# enabled only for Fedora
|
||||||
|
%global phonenum_support 0%{?fedora}
|
||||||
|
|
||||||
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
|
# Coverity scan can override this to 0, to skip checking in gtk-doc generated code
|
||||||
%{!?with_docs: %global with_docs 1}
|
%{!?with_docs: %global with_docs 1}
|
||||||
|
Loading…
Reference in New Issue
Block a user