libauthen-sasl-perl,libhtml-tree-perl: allow PERL_USE_UNSAFE_INC

latest perl has made it defualt to remove current directory from default
include paths but some modules still depend on this behavior, so let
them use it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-03-01 14:29:25 -08:00
parent bb743fc71d
commit a5b12fd94c
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ S = "${WORKDIR}/Authen-SASL-${PV}"
inherit cpan ptest
export PERL_USE_UNSAFE_INC = "1"
do_install_ptest () {
cp -r ${B}/t ${D}${PTEST_PATH}
}

View File

@ -21,6 +21,8 @@ S = "${WORKDIR}/HTML-Tree-${PV}"
inherit cpan_build
export PERL_USE_UNSAFE_INC = "1"
DEPENDS += "libmodule-build-perl-native \
"