commit c6e1d26: [Minor] Disable clang as a compiler for debian distros

Vsevolod Stakhov vsevolod at rspamd.com
Sun Mar 19 08:07:03 UTC 2023


Author: Vsevolod Stakhov
Date: 2023-03-19 08:04:53 +0000
URL: https://github.com/rspamd/rspamd/commit/c6e1d269b6da83924b5eb53eda52a63c4286bd99 (HEAD -> master)

[Minor] Disable clang as a compiler for debian distros

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

diff --git a/debian/rules b/debian/rules
index 3cc5980fc..74771ede3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ endif
 override_dh_auto_configure: $(patsubst %,configure_%,$(FLAVORS))
 configure_%:
 	mkdir -p $(builddir)$*
-	cd $(builddir)$* && cmake ../../../  -DCONFDIR=/etc/rspamd -DCMAKE_C_COMPILER=clang-16 -DCMAKE_CXX_COMPILER=clang++-16 \
+	cd $(builddir)$* && cmake ../../../  -DCONFDIR=/etc/rspamd \
 		-DMANDIR=/usr/share/man \
 		-DRUNDIR=/run/rspamd \
 		-DDBDIR=/var/lib/rspamd \


More information about the Commits mailing list