bpf-headers: unset PKG_CONFIG_PATH
authorFelix Fietkau <nbd@nbd.name>
Tue, 2 Nov 2021 09:36:14 +0000 (10:36 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 2 Nov 2021 09:36:15 +0000 (10:36 +0100)
This fixes an issue where the kernel would pick up an incompatible target
libyaml for building host tools

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/bpf-headers/Makefile

index 5f5b89370d7c0b14efc227f1fcfaf67bb5d4e1df..df24bfa13f74702bd798c6b0b52e086a0ecb73cd 100644 (file)
@@ -41,6 +41,8 @@ define Package/bpf-headers
   HIDDEN:=1
 endef
 
+PKG_CONFIG_PATH:=
+
 export HOST_EXTRACFLAGS=-I$(STAGING_DIR_HOST)/include
 
 KERNEL_MAKE := \