Re: [PATCH] tools: add pkg-config for preload_check_sign

2025-04-10 Thread Tom Rini
On Thu, 27 Mar 2025 16:10:44 -0700, Raymond Mao wrote: > The cflags and ldflags of preload_check_sign depend on the openssl > package thus pkg-config is needed to get the location where openssl > is installed. > This fix a potential build failure when openssl is not from the > distro and installed

[PATCH] tools: add pkg-config for preload_check_sign

2025-03-27 Thread Raymond Mao
The cflags and ldflags of preload_check_sign depend on the openssl package thus pkg-config is needed to get the location where openssl is installed. This fix a potential build failure when openssl is not from the distro and installed in a varied place. Signed-off-by: Raymond Mao --- tools/Makefi