mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Mike Gilbert
parent
28df9fb669
commit
ea074a0380
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user