net-p2p/transmission: don't call clang-tidy needlessly

helps to prevent problems with clang failing to make sense of
gcc-specific CFLAGS like:
  error: unknown argument: '-malign-data=cacheline' [clang-diagnostic-error]
  error: unknown argument: '-mtls-dialect=gnu2' [clang-diagnostic-error]

Closes: https://github.com/gentoo/gentoo/pull/24958
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Sergey Alirzaev
2022-04-08 20:48:26 +02:00
committed by Mike Gilbert
parent 28df9fb669
commit ea074a0380

View File

@@ -96,6 +96,7 @@ src_configure() {
-DUSE_SYSTEM_NATPMP=ON
-DUSE_SYSTEM_UTP=OFF
-DUSE_SYSTEM_B64=OFF
-DRUN_CLANG_TIDY=OFF
-DWITH_CRYPTO=$(usex mbedtls polarssl openssl)
-DWITH_INOTIFY=ON