Fixing epel build
This commit is contained in:
parent
459f511b22
commit
9a347a9e64
@ -12,6 +12,14 @@
|
||||
|
||||
%define build_langpacks 1
|
||||
|
||||
%if 0%{?rhel}
|
||||
%if %{?system_nss}
|
||||
%global nspr_version 4.10
|
||||
%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
|
||||
%global nss_version 3.15.2
|
||||
%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
|
||||
%endif
|
||||
%else
|
||||
%if %{?system_nss}
|
||||
%global nspr_version 4.10.2
|
||||
%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
|
||||
@ -19,6 +27,8 @@
|
||||
%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
%define cairo_version 1.8.8
|
||||
%define freetype_version 2.1.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user