Re: [oe] [meta-perl][PATCH] libnet-ssleay-perl: fix build error

2017-01-28 Thread Khem Raj
On Sat, Jan 28, 2017 at 12:09 PM, Armin Kuster wrote: > ../../libexec/i586-oe-linux/gcc/i586-oe-linux/6.3.0/ld: cannot find -lssl > -lcrypto -lz > | collect2: error: ld returned 1 exit status > | Makefile:492: recipe for target 'blib/arch/auto/Net/SSLeay/SSLeay.so' failed >

[oe] [meta-perl][PATCH] libnet-ssleay-perl: fix build error

2017-01-28 Thread Armin Kuster
../../libexec/i586-oe-linux/gcc/i586-oe-linux/6.3.0/ld: cannot find -lssl -lcrypto -lz | collect2: error: ld returned 1 exit status | Makefile:492: recipe for target 'blib/arch/auto/Net/SSLeay/SSLeay.so' failed | make: *** [blib/arch/auto/Net/SSLeay/SSLeay.so] Error 1 Signed-off-by: Armin Kuster