From 2f4d2a112daffb9cbb7c5d592fbea80a4e318351 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 19 Jun 2022 12:05:06 +0000 Subject: [PATCH] binutils-bpf: add comments on MAKEINFO usage --- packages/devel/binutils-bpf/package.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/devel/binutils-bpf/package.mk b/packages/devel/binutils-bpf/package.mk index 607521497b..ae1034732d 100644 --- a/packages/devel/binutils-bpf/package.mk +++ b/packages/devel/binutils-bpf/package.mk @@ -42,11 +42,13 @@ pre_configure_host() { make_host() { make configure-host + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true } makeinstall_host() { cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include make -C bfd install # fix parallel build with libctf requiring bfd + # override the makeinfo binary with true - this does not build the documentation make MAKEINFO=true install }