[openwrt/openwrt] xdp-tools: mark as nonshared

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 6 14:39:13 PDT 2022


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8288a4bbb368fc050f46c7e97a1c1b7b0e0c66c2

commit 8288a4bbb368fc050f46c7e97a1c1b7b0e0c66c2
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Tue Jul 5 09:21:04 2022 +0200

    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 <bpf/bpf_helpers.h>
    
    Fixes: 6ad1bea2a603 ("xdp-tools: add package")
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/network/utils/xdp-tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 <daniel at makrotopia.org>
 
 PKG_BUILD_DEPENDS:=bpf-headers
+PKG_FLAGS:=nonshared
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/bpf.mk




More information about the lede-commits mailing list