summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb')
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
index a0bb90e7d..dccef1640 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
@@ -23,6 +23,7 @@ RDEPENDS_${PN} += "\
23" 23"
24 24
25SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \ 25SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \
26 file://no-exec-on-configure.patch \
26 file://run-ptest \ 27 file://run-ptest \
27 " 28 "
28SRC_URI[md5sum] = "d602bdce4e0531c6efc276e3e429ca69" 29SRC_URI[md5sum] = "d602bdce4e0531c6efc276e3e429ca69"
@@ -32,9 +33,10 @@ S = "${WORKDIR}/Net-SSLeay-${PV}"
32 33
33inherit cpan ptest 34inherit cpan ptest
34 35
35export OPENSSL_PREFIX="${STAGING_LIBDIR}" 36do_configure() {
36 37 export OPENSSL_PREFIX="${STAGING_EXECPREFIXDIR}"
37EXTRA_CPANFLAGS = "INC=-I${STAGING_INCDIR} LIBS='-L${STAGING_LIBDIR} -lcrypto -lssl -L${STAGING_BASELIBDIR} -lz'" 38 cpan_do_configure
39}
38 40
39do_install_ptest() { 41do_install_ptest() {
40 cp -r ${B}/t ${D}${PTEST_PATH} 42 cp -r ${B}/t ${D}${PTEST_PATH}