commit 565e903: [Minor] Debian: Add cxx switch knobs

Vsevolod Stakhov vsevolod at highsecure.ru
Tue Feb 9 16:49:08 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-02-09 16:44:53 +0000
URL: https://github.com/rspamd/rspamd/commit/565e90332615ec0b30034f355f081cca4aa1b0f4 (HEAD -> master)

[Minor] Debian: Add cxx switch knobs

---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 60fcc1eb3..71fb2ec70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,8 @@ override_dh_auto_configure:
 		-DENABLE_LUAJIT=$(ENABLE_LUAJIT) \
 		-DENABLE_LIBUNWIND=ON \
 		-DWANT_SYSTEMD_UNITS=ON \
+		-DENABLE_STATIC_LIBCXX=OFF \
+		-DENABLE_LIBCXX=OFF \
 		$(ENABLE_HYPERSCAN) \
 		$(EXTRA_ARGS)
 


More information about the Commits mailing list