summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb
index 63594b94b..f6c4b8b36 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.65.bb
@@ -28,12 +28,16 @@ S = "${WORKDIR}/Net-SSLeay-${PV}"
28 28
29inherit cpan ptest 29inherit cpan ptest
30 30
31EXTRA_CPANFLAGS = "LIBS='-L=${libdir} -L=${base_libdir}' \ 31EXTRA_CPANFLAGS = "LIBS='-L=${STAGING_LIBDIR} -L=${STAGING_BASELIBDIR}' \
32 INC=-I=${includedir} \ 32 INC=-I=${STAGING_INCDIR} \
33 'EXTRALIBS=-lssl -lcrypto -lz' \ 33 'EXTRALIBS=-lssl -lcrypto -lz' \
34 'LDLOADLIBS=-lssl -lcrypto -lz' \ 34 'LDLOADLIBS=-lssl -lcrypto -lz' \
35 " 35 "
36 36
37do_configure_prepend() {
38 export OPENSSL_PREFIX=${STAGING_DIR_NATIVE}${prefix_native}
39}
40
37do_install_ptest() { 41do_install_ptest() {
38 cp -r ${B}/t ${D}${PTEST_PATH} 42 cp -r ${B}/t ${D}${PTEST_PATH}
39} 43}