Re: [PATCH v3][RESEND] scripts: use pkg-config to locate libcrypto

2019-09-11 Thread Rolf Eike Beer
Am Dienstag, 10. September 2019, 12:48:30 CEST schrieb Sasha Levin: > Hi, > > [This is an automated email] > > This commit has been processed because it contains a -stable tag. > The stable tag indicates that it's relevant for the following trees: all > > The bot has tested the following trees:

[PATCH v3][RESEND] scripts: use pkg-config to locate libcrypto

2019-09-09 Thread Rolf Eike Beer
Otherwise build fails if the headers are not in the default location. While at it also ask pkg-config for the libs, with fallback to the existing value. Signed-off-by: Rolf Eike Beer Cc: sta...@vger.kernel.org --- scripts/Makefile | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) d