summaryrefslogtreecommitdiff
path: root/packages/perl/perl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/perl/perl.inc')
-rw-r--r--packages/perl/perl.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/perl/perl.inc b/packages/perl/perl.inc
index 09a2ce7082..52418903a2 100644
--- a/packages/perl/perl.inc
+++ b/packages/perl/perl.inc
@@ -39,6 +39,7 @@ do_configure() {
}
do_compile() {
+ sed -i -e 's|/usr/include|${STAGING_INCDIR}|g' ext/Errno/Errno_pm.PL
cd Cross
oe_runmake perl
}