- limit pcre2 to 15.0 and newer
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=19
This commit is contained in:
parent
0200482f6d
commit
7c0285ed97
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 16:37:41 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
- limit pcre2 to 15.0 and newer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 16:09:32 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
|
@ -62,8 +62,10 @@
|
||||
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%bcond_without openblas
|
||||
%bcond_without pcre2
|
||||
%else
|
||||
%bcond_with openblas
|
||||
%bcond_with pcre2
|
||||
%endif
|
||||
|
||||
# fails to build atm
|
||||
@ -107,7 +109,9 @@ BuildRequires: lua-devel
|
||||
BuildRequires: openblas-devel
|
||||
%endif
|
||||
BuildRequires: pcre-devel
|
||||
%if %{with pcre2}
|
||||
BuildRequires: pcre2-devel
|
||||
%endif
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
%if %{with ext_hiredis}
|
||||
@ -203,7 +207,9 @@ simultaneously and has a number of features available.
|
||||
%if %{with utils}
|
||||
-DENABLE_UTILS=ON \
|
||||
%endif
|
||||
%if %{with pcre2}
|
||||
-DENABLE_PCRE2=ON \
|
||||
%endif
|
||||
%if %{with jemalloc}
|
||||
-DENABLE_JEMALLOC=ON \
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user