Enable libphonenumber usage only for Fedora

The ELN and RHEL can be without it for now.
This commit is contained in:
Milan Crha 2020-11-27 08:37:17 +01:00
parent b27405ccce
commit e71c048301

View File

@ -4,7 +4,9 @@
%define static_ldap 0
%define krb5_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
%{!?with_docs: %global with_docs 1}