Hello:
This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Sat, 25 Nov 2023 17:42:49 +0900 you wrote:
When linking statically, libraries may require other dependencies to be included to ld flags. In particular, libelf may require libzstd. Use pkg-config to determine such dependencies.
V4 -> V5: Introduced variables LIBELF_CFLAGS and LIBELF_LIBS. (Daniel Borkmann) Added patch "selftests/bpf: Choose pkg-config for the target". V3 -> V4: Added "2> /dev/null". V2 -> V3: Added missing "echo". V1 -> V2: Implemented fallback, referring to HOSTPKG_CONFIG.
[...]
Here is the summary with links: - [bpf-next,v5,1/3] selftests/bpf: Choose pkg-config for the target https://git.kernel.org/bpf/bpf-next/c/2ce344b68916 - [bpf-next,v5,2/3] selftests/bpf: Override PKG_CONFIG for static builds https://git.kernel.org/bpf/bpf-next/c/18f6f9de98d1 - [bpf-next,v5,3/3] selftests/bpf: Use pkg-config for libelf https://git.kernel.org/bpf/bpf-next/c/8998a479fd96
You are awesome, thank you!