From: Nick Hainke Date: Tue, 5 Jul 2022 07:21:04 +0000 (+0200) Subject: xdp-tools: mark as nonshared X-Git-Tag: v23.05.0-rc1~3045 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8288a4bbb368fc050f46c7e97a1c1b7b0e0c66c2;p=openwrt%2Fstaging%2Fhauke.git xdp-tools: mark as nonshared The SDK does not have the LLVM toolchain yet. Hopefully fixes errors in the form: xsk_def_xdp_prog.c:4:10: fatal error: 'bpf/bpf_helpers.h' file not found #include Fixes: 6ad1bea2a603 ("xdp-tools: add package") Signed-off-by: Nick Hainke --- diff --git a/package/network/utils/xdp-tools/Makefile b/package/network/utils/xdp-tools/Makefile index 3b93a13163..f0af555919 100644 --- a/package/network/utils/xdp-tools/Makefile +++ b/package/network/utils/xdp-tools/Makefile @@ -12,6 +12,7 @@ PKG_ABI_VERSION:=$(call abi_version_str,$(PKG_VERSION)) PKG_MAINTAINER:=Daniel Golle PKG_BUILD_DEPENDS:=bpf-headers +PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/bpf.mk