Browse Source

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 <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 5 years ago
parent
commit
5db7867ba7
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/https-dns-proxy/Makefile

+ 2
- 0
net/https-dns-proxy/Makefile View File

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


Loading…
Cancel
Save