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

2021-01-26 Thread Rolf Eike Beer
Am Mittwoch, 13. Januar 2021, 13:49:12 CET schrieb 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. Can someone please take this through the kbuild-tree? Noone seems to be

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

2021-01-26 Thread Rolf Eike Beer
Am Dienstag, 26. Januar 2021, 07:30:03 CET schrieb Masahiro Yamada: > On Tue, Jan 26, 2021 at 2:42 PM Rolf Eike Beer wrote: > > Am Mittwoch, 13. Januar 2021, 13:49:12 CET schrieb Rolf Eike Beer: > > > Otherwise build fails if the headers are not in the default location. > > > While > > > at it

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

2021-01-26 Thread Masahiro Yamada
On Tue, Jan 26, 2021 at 5:01 PM Rolf Eike Beer wrote: > > Am Dienstag, 26. Januar 2021, 07:30:03 CET schrieb Masahiro Yamada: > > On Tue, Jan 26, 2021 at 2:42 PM Rolf Eike Beer wrote: > > > Am Mittwoch, 13. Januar 2021, 13:49:12 CET schrieb Rolf Eike Beer: > > > > Otherwise build fails if the

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

2021-01-26 Thread Masahiro Yamada
On Tue, Jan 26, 2021 at 2:42 PM Rolf Eike Beer wrote: > > Am Mittwoch, 13. Januar 2021, 13:49:12 CET schrieb 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. > > Can

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

2021-01-14 Thread Jarkko Sakkinen
On Wed, Jan 13, 2021 at 01:49:12PM +0100, Rolf Eike Beer wrote: > 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 # 5.6.x

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

2021-01-13 Thread Jarkko Sakkinen
On Wed, Jan 13, 2021 at 01:49:12PM +0100, Rolf Eike Beer wrote: > 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 # 5.6.x

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

2021-01-13 Thread Ben Boeckel
On Wed, Jan 13, 2021 at 10:57:58 -0500, Ben Boeckel wrote: > > Cc: sta...@vger.kernel.org # 5.6.x > > Note that keyutils is not in the kernel, so I don't know how useful this > is. Scratch that; I remember a similar patch for keyutils; this is for the kernel. --Ben

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

2021-01-13 Thread Ben Boeckel
On Wed, Jan 13, 2021 at 13:49:12 +0100, Rolf Eike Beer wrote: > 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 Reviewed-by: Ben Boeckel > Cc:

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

2021-01-13 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 # 5.6.x --- scripts/Makefile | 10 -- 1 file changed, 8 insertions(+), 2