Re: [PATCH] tools: add HOSTCFLAGS from openssl pkg-config

2025-03-13 Thread Tom Rini
On Wed, 26 Feb 2025 06:19:51 -0800, Raymond Mao wrote: > HOSTCFLAGS of some tools components (image-host, rsa-sign and > ecdsa-libcrypto) depend on the directory where openssl is installed. > Add them via pkg-config. > This fixes a potential build failure in tools when openssl in installed > in va

Re: [PATCH] tools: add HOSTCFLAGS from openssl pkg-config

2025-03-01 Thread Peter Robinson
On Wed, 26 Feb 2025 at 14:27, Raymond Mao wrote: > HOSTCFLAGS of some tools components (image-host, rsa-sign and > ecdsa-libcrypto) depend on the directory where openssl is installed. > Add them via pkg-config. > This fixes a potential build failure in tools when openssl in installed > in varied

[PATCH] tools: add HOSTCFLAGS from openssl pkg-config

2025-02-26 Thread Raymond Mao
HOSTCFLAGS of some tools components (image-host, rsa-sign and ecdsa-libcrypto) depend on the directory where openssl is installed. Add them via pkg-config. This fixes a potential build failure in tools when openssl in installed in varied directories. Signed-off-by: Raymond Mao --- tools/Makefile