diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-26 23:05:31 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-31 00:46:55 +0100 |
commit | c58177b5dcb3461efef0adefe570dd8a8d966ec4 (patch) | |
tree | ecf9270585b2c8dcdd40b8f9026937c8f5180d9d /.github/workflows | |
parent | 95c216806b2520d5638b500f61d3788e8ecbabc9 (diff) | |
download | upstream-c58177b5dcb3461efef0adefe570dd8a8d966ec4.tar.gz upstream-c58177b5dcb3461efef0adefe570dd8a8d966ec4.tar.bz2 upstream-c58177b5dcb3461efef0adefe570dd8a8d966ec4.zip |
bpf: check llvm version only when used
unetd always includes $(INCLUDE_DIR)/bpf.mk. This file always checks if
the LLVM version is supported in CLANG_VER_VALID. unetd only needs bpf
when UNETD_VXLAN_SUPPORT is set. It fails when UNETD_VXLAN_SUPPORT is
not set and llvm is not installed.
Fix it by only checking the LLVM version when a LLVM toolchain is
available.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions