diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-09-13 14:04:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-09-13 14:04:20 +0100 |
commit | 1adcfb1e23467b797c55a01a1da5766fdb0876e0 (patch) | |
tree | c572d5e9e1b8e2ed4bda359154e45a3eadcac4f1 /rpm/rspamd.spec | |
parent | 89f2c5d327ab9f95379de264dd6f1e982087e5a0 (diff) | |
download | rspamd-1adcfb1e23467b797c55a01a1da5766fdb0876e0.tar.gz rspamd-1adcfb1e23467b797c55a01a1da5766fdb0876e0.zip |
[Feature] Use backward-cpp instead of manual libunwind stuff
Diffstat (limited to 'rpm/rspamd.spec')
-rw-r--r-- | rpm/rspamd.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/rspamd.spec b/rpm/rspamd.spec index de68eb285..0d640dfcf 100644 --- a/rpm/rspamd.spec +++ b/rpm/rspamd.spec @@ -65,6 +65,7 @@ BuildRequires: pcre2-devel BuildRequires: ragel BuildRequires: sqlite-devel BuildRequires: systemd +BuildRequires: libdwarf-devel Requires(pre): shadow-utils Requires(post): systemd Requires(preun): systemd @@ -136,7 +137,6 @@ rm -f %{_builddir}/luajit-build/lib/*.so || true -DWANT_SYSTEMD_UNITS=ON \ -DNO_SHARED=ON \ -DDEBIAN_BUILD=1 \ - -DENABLE_LIBUNWIND=ON \ %ifarch x86_64 amd64 arm64 aarch64 -DENABLE_HYPERSCAN=ON \ %endif |