Resolves: #1545175 (Do not use arch-dependent BuildRequires)
This commit is contained in:
parent
91e8c57a50
commit
85d285707f
@ -98,11 +98,9 @@ BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk_version}
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
||||
|
||||
%if %{ldap_support}
|
||||
%if %{static_ldap}
|
||||
BuildRequires: openldap-devel%{?_isa}
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
%else
|
||||
BuildRequires: openldap-devel >= 2.0.11
|
||||
%if %{static_ldap}
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user