mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
bpftool: turn off libbfd feature in host build
libbfd feature is not used when building eBPF program, and it makes bpftool fail to build in a clean environment, since binutils in toolchain have libbfd disabled. Signed-off-by: Eric Long <i@hack3r.moe> Link: https://github.com/openwrt/openwrt/pull/17073 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
477c8a5101
commit
3d8d81883f
@ -97,7 +97,7 @@ HOST_MAKE_FLAGS += \
|
|||||||
$(if $(findstring c,$(OPENWRT_VERBOSE)),V=1,V='') \
|
$(if $(findstring c,$(OPENWRT_VERBOSE)),V=1,V='') \
|
||||||
check_feat=0 \
|
check_feat=0 \
|
||||||
feature-clang-bpf-co-re=0 \
|
feature-clang-bpf-co-re=0 \
|
||||||
feature-libbfd=1 \
|
feature-libbfd=0 \
|
||||||
feature-llvm=0 \
|
feature-llvm=0 \
|
||||||
feature-libcap=0 \
|
feature-libcap=0 \
|
||||||
feature-disassembler-four-args=1 \
|
feature-disassembler-four-args=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user