From 5db7867ba7229c4cc4fb226eabe5632dd9e41d5c Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 12 Aug 2019 09:56:52 -0300 Subject: [PATCH] https-dns-proxy: avoid picking up host clang-tidy Otherwise compilation fails when clang-tidy is found in the host: -- clang-tidy found: /usr/lib/llvm/7/bin/clang-tidy error: unknown argument: '-fhonour-copts' [clang-diagnostic-error] error: unknown argument:'-iremap[...]:https_dns_proxy-2018-04-23' [clang-diagnostic-error] Signed-off-by: Eneas U de Queiroz --- net/https-dns-proxy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/https-dns-proxy/Makefile b/net/https-dns-proxy/Makefile index 6e9f8e1cd..27660ca6d 100644 --- a/net/https-dns-proxy/Makefile +++ b/net/https-dns-proxy/Makefile @@ -16,6 +16,8 @@ PKG_LICENSE:=MIT include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk +CMAKE_OPTIONS += -DCLANG_TIDY_EXE= + define Package/https_dns_proxy SECTION:=net CATEGORY:=Network