mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user