Re: [OE-core] [PATCH] openssl10: remove extra slash from libdir path

2018-09-24 Thread Mikko.Rapeli
On Fri, Sep 21, 2018 at 04:41:50PM +, Peter Kjellerstedt wrote: > > diff --git a/meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb > > b/meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb > > index b7297fc..f09782c 100644 > > --- a/meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb >

Re: [OE-core] [PATCH] openssl10: remove extra slash from libdir path

2018-09-21 Thread Peter Kjellerstedt
ect: [OE-core] [PATCH] openssl10: remove extra slash from libdir > path > > The configure script ended up creating Makefile with > > LIBDIR=/lib > > which got leaked into various places including all > pkg-config .pc files where lines like (note the > double slash //):

[OE-core] [PATCH] openssl10: remove extra slash from libdir path

2018-09-21 Thread Mikko Rapeli
The configure script ended up creating Makefile with LIBDIR=/lib which got leaked into various places including all pkg-config .pc files where lines like (note the double slash //): libdir=${exec_prefix}//lib ... Libs: -L${libdir} -lcrypto which causes pkg-config --libs to include the full