diff options
| -rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.22.1.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.22.1.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-native_5.22.1.bb b/meta/recipes-devtools/perl/perl-native_5.22.1.bb index 9ffb24825b..ed8222f24c 100644 --- a/meta/recipes-devtools/perl/perl-native_5.22.1.bb +++ b/meta/recipes-devtools/perl/perl-native_5.22.1.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | require perl.inc | 1 | require perl.inc |
| 2 | 2 | ||
| 3 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
| 4 | |||
| 3 | SRC_URI += "\ | 5 | SRC_URI += "\ |
| 4 | file://Configure-multilib.patch \ | 6 | file://Configure-multilib.patch \ |
| 5 | file://perl-configpm-switch.patch \ | 7 | file://perl-configpm-switch.patch \ |
diff --git a/meta/recipes-devtools/perl/perl_5.22.1.bb b/meta/recipes-devtools/perl/perl_5.22.1.bb index 54594b1dfc..bf8b3b60be 100644 --- a/meta/recipes-devtools/perl/perl_5.22.1.bb +++ b/meta/recipes-devtools/perl/perl_5.22.1.bb | |||
| @@ -87,6 +87,8 @@ export PERLHOSTLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" | |||
| 87 | export PERL_LIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" | 87 | export PERL_LIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" |
| 88 | export PERL_ARCHLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" | 88 | export PERL_ARCHLIB = "${STAGING_LIBDIR_NATIVE}/perl-native/perl/${PV}/" |
| 89 | 89 | ||
| 90 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
| 91 | |||
| 90 | # LDFLAGS for shared libraries | 92 | # LDFLAGS for shared libraries |
| 91 | export LDDLFLAGS = "${LDFLAGS} -shared" | 93 | export LDDLFLAGS = "${LDFLAGS} -shared" |
| 92 | 94 | ||
