diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.20.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.20.0.bb b/meta/recipes-devtools/perl/perl_5.20.0.bb index ec4d2140e7..3ca0f53964 100644 --- a/meta/recipes-devtools/perl/perl_5.20.0.bb +++ b/meta/recipes-devtools/perl/perl_5.20.0.bb | |||
@@ -94,6 +94,11 @@ HOSTPERL = "${STAGING_BINDIR_NATIVE}/perl-native/perl${PV}" | |||
94 | # Where to find .so files - use the -native versions not those from the target build | 94 | # Where to find .so files - use the -native versions not those from the target build |
95 | export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" | 95 | export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" |
96 | 96 | ||
97 | # Where to find perl @INC/#include files | ||
98 | # - use the -native versions not those from the target build | ||
99 | export PERL_LIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" | ||
100 | export PERL_ARCHLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" | ||
101 | |||
97 | # LDFLAGS for shared libraries | 102 | # LDFLAGS for shared libraries |
98 | export LDDLFLAGS = "${LDFLAGS} -shared" | 103 | export LDDLFLAGS = "${LDFLAGS} -shared" |
99 | 104 | ||