- 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:
@@ -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
|
Fri Jul 13 16:09:32 UTC 2018 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@@ -62,8 +62,10 @@
|
|||||||
|
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
%bcond_without openblas
|
%bcond_without openblas
|
||||||
|
%bcond_without pcre2
|
||||||
%else
|
%else
|
||||||
%bcond_with openblas
|
%bcond_with openblas
|
||||||
|
%bcond_with pcre2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# fails to build atm
|
# fails to build atm
|
||||||
@@ -107,7 +109,9 @@ BuildRequires: lua-devel
|
|||||||
BuildRequires: openblas-devel
|
BuildRequires: openblas-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pcre-devel
|
BuildRequires: pcre-devel
|
||||||
|
%if %{with pcre2}
|
||||||
BuildRequires: pcre2-devel
|
BuildRequires: pcre2-devel
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
%if %{with ext_hiredis}
|
%if %{with ext_hiredis}
|
||||||
@@ -203,7 +207,9 @@ simultaneously and has a number of features available.
|
|||||||
%if %{with utils}
|
%if %{with utils}
|
||||||
-DENABLE_UTILS=ON \
|
-DENABLE_UTILS=ON \
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with pcre2}
|
||||||
-DENABLE_PCRE2=ON \
|
-DENABLE_PCRE2=ON \
|
||||||
|
%endif
|
||||||
%if %{with jemalloc}
|
%if %{with jemalloc}
|
||||||
-DENABLE_JEMALLOC=ON \
|
-DENABLE_JEMALLOC=ON \
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user