- use system libfmt and libzstd instead of building the intree copy
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=63
This commit is contained in:
parent
4452e001ff
commit
97afb814a9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 17 20:30:05 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- use system libfmt and libzstd instead of building the intree copy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 19 23:06:34 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
Thu Aug 19 23:06:34 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@ -99,6 +99,7 @@ BuildRequires: pcre-devel
|
|||||||
BuildRequires: pcre2-devel
|
BuildRequires: pcre2-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(fmt)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
%if %{with ext_hiredis}
|
%if %{with ext_hiredis}
|
||||||
BuildRequires: pkgconfig(hiredis)
|
BuildRequires: pkgconfig(hiredis)
|
||||||
@ -115,6 +116,7 @@ BuildRequires: pkgconfig(sqlite3)
|
|||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_ordering}
|
%{?systemd_ordering}
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: pkgconfig(libzstd)
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
Requires: lua51-LPeg
|
Requires: lua51-LPeg
|
||||||
@ -227,6 +229,8 @@ export CXX="g++-%{?force_gcc_version}"
|
|||||||
%if %{with jemalloc}
|
%if %{with jemalloc}
|
||||||
-DENABLE_JEMALLOC=ON \
|
-DENABLE_JEMALLOC=ON \
|
||||||
%endif
|
%endif
|
||||||
|
-DSYSTEM_FMT=ON \
|
||||||
|
-DSYSTEM_ZSTD=ON \
|
||||||
-DDEBIAN_BUILD=1 \
|
-DDEBIAN_BUILD=1 \
|
||||||
-DRSPAMD_GROUP=%{rspamd_group} \
|
-DRSPAMD_GROUP=%{rspamd_group} \
|
||||||
-DRSPAMD_USER=%{rspamd_user}
|
-DRSPAMD_USER=%{rspamd_user}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user