diff options
| -rw-r--r-- | meta/recipes-devtools/perl/files/Configure-multilib.patch | 15 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/perl-native_5.12.3.bb | 10 |
2 files changed, 20 insertions, 5 deletions
diff --git a/meta/recipes-devtools/perl/files/Configure-multilib.patch b/meta/recipes-devtools/perl/files/Configure-multilib.patch new file mode 100644 index 0000000000..545a8b821d --- /dev/null +++ b/meta/recipes-devtools/perl/files/Configure-multilib.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Index: perl-5.12.2/Configure | ||
| 2 | =================================================================== | ||
| 3 | --- perl-5.12.2.orig/Configure | ||
| 4 | +++ perl-5.12.2/Configure | ||
| 5 | @@ -1316,8 +1316,9 @@ loclibpth="/usr/local/lib /opt/local/lib | ||
| 6 | loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib" | ||
| 7 | |||
| 8 | : general looking path for locating libraries | ||
| 9 | -glibpth="/lib /usr/lib $xlibpth" | ||
| 10 | +glibpth="/lib /usr/lib /lib64 /usr/lib64 $xlibpth" | ||
| 11 | glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib" | ||
| 12 | +test -f /usr/lib/*-linux-gnu/libc.so && glibpth="/usr/lib/*-linux-gnu $glibpth" | ||
| 13 | test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth" | ||
| 14 | test -f /shlib/libc.so && glibpth="/shlib $glibpth" | ||
| 15 | test -d /usr/lib64 && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64" | ||
diff --git a/meta/recipes-devtools/perl/perl-native_5.12.3.bb b/meta/recipes-devtools/perl/perl-native_5.12.3.bb index 0b0c9491c6..0476bdf5c4 100644 --- a/meta/recipes-devtools/perl/perl-native_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl-native_5.12.3.bb | |||
| @@ -4,22 +4,22 @@ SECTION = "libs" | |||
| 4 | LICENSE = "Artistic|GPL" | 4 | LICENSE = "Artistic|GPL" |
| 5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 5 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
| 6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 6 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
| 7 | PR = "r0" | 7 | PR = "r1" |
| 8 | 8 | ||
| 9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ | 9 | LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ |
| 10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" | 10 | file://Artistic;md5=f921793d03cc6d63ec4b15e9be8fd3f8" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ | 12 | SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \ |
| 13 | file://Configure-multilib.patch;patch=1 \ | 13 | file://Configure-multilib.patch \ |
| 14 | file://perl-configpm-switch.patch;patch=1 \ | 14 | file://perl-configpm-switch.patch \ |
| 15 | file://parallel_build_fix_1.patch \ | 15 | file://parallel_build_fix_1.patch \ |
| 16 | file://parallel_build_fix_2.patch \ | 16 | file://parallel_build_fix_2.patch \ |
| 17 | file://parallel_build_fix_3.patch \ | 17 | file://parallel_build_fix_3.patch \ |
| 18 | file://parallel_build_fix_4.patch \ | 18 | file://parallel_build_fix_4.patch \ |
| 19 | file://parallel_build_fix_5.patch \ | 19 | file://parallel_build_fix_5.patch \ |
| 20 | file://parallel_build_fix_6.patch \ | 20 | file://parallel_build_fix_6.patch \ |
| 21 | file://native-nopacklist.patch;patch=1 \ | 21 | file://native-nopacklist.patch \ |
| 22 | file://native-perlinc.patch;patch=1" | 22 | file://native-perlinc.patch" |
| 23 | 23 | ||
| 24 | SRC_URI[md5sum] = "29975a69dce54e47fcd6331c085c6c99" | 24 | SRC_URI[md5sum] = "29975a69dce54e47fcd6331c085c6c99" |
| 25 | SRC_URI[sha256sum] = "5678bfd5c2cd59253a26171bf3e681235433b00c730eea8a8046e1b225c11d2f" | 25 | SRC_URI[sha256sum] = "5678bfd5c2cd59253a26171bf3e681235433b00c730eea8a8046e1b225c11d2f" |
