[openwrt/openwrt] bpf-headers: drop HOST_LOADLIBES

LEDE Commits lede-commits at lists.infradead.org
Wed May 18 04:32:43 PDT 2022


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9f67ed5460845f447716b63e02602631b477b36a

commit 9f67ed5460845f447716b63e02602631b477b36a
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Tue Mar 29 16:30:31 2022 +0300

    bpf-headers: drop HOST_LOADLIBES
    
    HOST_LOADLIBES was renamed to KBUILD_HOSTLDLIBS in kernel 4.19. As the
    oldest kernel version we support is 5.10, cleanup HOST_LOADLIBES use.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 package/kernel/bpf-headers/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/kernel/bpf-headers/Makefile b/package/kernel/bpf-headers/Makefile
index 4ffe5a7cc0..6d25a7386f 100644
--- a/package/kernel/bpf-headers/Makefile
+++ b/package/kernel/bpf-headers/Makefile
@@ -56,7 +56,6 @@ KERNEL_MAKE := \
 		LLVM=1 CC="$(CLANG)" LD="$(TARGET_CROSS)ld" \
 		HOSTCC="$(HOSTCC)" \
 		HOSTCXX="$(HOSTCXX)" \
-		HOST_LOADLIBES="-L$(STAGING_DIR_HOST)/lib" \
 		KBUILD_HOSTLDLIBS="-L$(STAGING_DIR_HOST)/lib" \
 		CONFIG_SHELL="$(BASH)" \
 		INSTALL_HDR_PATH="$(PKG_BUILD_DIR)/user_headers"




More information about the lede-commits mailing list