mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
bb743fc71d
commit
a5b12fd94c
|
|
@ -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}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ S = "${WORKDIR}/HTML-Tree-${PV}"
|
|||
|
||||
inherit cpan_build
|
||||
|
||||
export PERL_USE_UNSAFE_INC = "1"
|
||||
|
||||
DEPENDS += "libmodule-build-perl-native \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user