Browse Source

[Minor] Disable clang as a compiler for debian distros

tags/3.6
Vsevolod Stakhov 1 year ago
parent
commit
c6e1d269b6
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      debian/rules

+ 1
- 1
debian/rules View File

@@ -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 \

Loading…
Cancel
Save