mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libnet-ssleay-perl: fix build error
../../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 <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
dc1d8fad10
commit
a0f5552df5
|
|
@ -32,8 +32,7 @@ inherit cpan ptest
|
|||
|
||||
EXTRA_CPANFLAGS = "LIBS='-L=${STAGING_LIBDIR} -L=${STAGING_BASELIBDIR}' \
|
||||
INC=-I=${STAGING_INCDIR} \
|
||||
'EXTRALIBS=-lssl -lcrypto -lz' \
|
||||
'LDLOADLIBS=-lssl -lcrypto -lz' \
|
||||
'-lssl -lcrypto -lz' \
|
||||
"
|
||||
|
||||
do_configure_prepend() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user