Browse Source
[Minor] Disable clang as a compiler for debian distros
pull/4448/head
Vsevolod Stakhov
3 years ago
No known key found for this signature in database
GPG Key ID: 7647B6790081437
1 changed files with
1 additions and
1 deletions
-
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 \ |
|
|
|
|