bpf-headers: unset PKG_CONFIG_PATH
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>
This commit is contained in:
parent
ce6088bb30
commit
da668eb03b
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ define Package/bpf-headers
|
||||||
HIDDEN:=1
|
HIDDEN:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
PKG_CONFIG_PATH:=
|
||||||
|
|
||||||
export HOST_EXTRACFLAGS=-I$(STAGING_DIR_HOST)/include
|
export HOST_EXTRACFLAGS=-I$(STAGING_DIR_HOST)/include
|
||||||
|
|
||||||
KERNEL_MAKE := \
|
KERNEL_MAKE := \
|
||||||
|
|
Loading…
Reference in a new issue