diff options
author | James Hilliard <[email protected]> | 2023-01-09 18:45:04 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2023-01-10 23:12:47 +0100 |
commit | af0e26beaa693cc0cb0472b80a33a5831103d22f (patch) | |
tree | bc195b46da722cdcee7869739dc05f908d878967 /lib/netdev-notifier-error-inject.c | |
parent | 66cf99b55e587aa4c20d5e572142dcbf80b2684d (diff) |
bpftool: Add missing quotes to libbpf bootstrap submake vars
When passing compiler variables like CC=$(HOSTCC) to a submake
we must ensure the variable is quoted in order to handle cases
where $(HOSTCC) may be multiple binaries.
For example when using ccache $HOSTCC may be:
"/usr/bin/ccache /usr/bin/gcc"
If we pass CC without quotes like CC=$(HOSTCC) only the first
"/usr/bin/ccache" part will be assigned to the CC variable which
will cause an error due to dropping the "/usr/bin/gcc" part of
the variable in the submake invocation.
This fixes errors such as:
/usr/bin/ccache: invalid option -- 'd'
Signed-off-by: James Hilliard <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Quentin Monnet <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions