diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-03 11:45:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 00:54:51 +0100 |
commit | 49e2fcc60458853d7ff7f2908e695b11a95f3061 (patch) | |
tree | 0d912a5248dd548e02f895d12159771aae582b5b /meta | |
parent | 70505879094cb83cf788ec791d234e366f2bbb7f (diff) | |
download | poky-49e2fcc60458853d7ff7f2908e695b11a95f3061.tar.gz |
perl: fix Configure-multilib.patch
Thanks to Gary Thomas for his input on fixing this for Ubuntu 11.04
(From OE-Core rev: 041a10722b7311c57a03d5a032621d8c32e4fc7e)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/perl/perl-5.12.3/Configure-multilib.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.12.3/Configure-multilib.patch b/meta/recipes-devtools/perl/perl-5.12.3/Configure-multilib.patch index ef2be3d228..9625b0b84e 100644 --- a/meta/recipes-devtools/perl/perl-5.12.3/Configure-multilib.patch +++ b/meta/recipes-devtools/perl/perl-5.12.3/Configure-multilib.patch | |||
@@ -11,7 +11,7 @@ Index: perl-5.12.3/Configure | |||
11 | -glibpth="/lib /usr/lib $xlibpth" | 11 | -glibpth="/lib /usr/lib $xlibpth" |
12 | +glibpth="/lib /usr/lib /lib64 /usr/lib64 $xlibpth" | 12 | +glibpth="/lib /usr/lib /lib64 /usr/lib64 $xlibpth" |
13 | glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib" | 13 | glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib" |
14 | +test -f /usr/lib/`uname -m`-linux-gnu/libc.so && glibpth="/usr/lib/`uname -m`-linux-gnu $glibpth" | 14 | +test -f /usr/lib/*-linux-gnu/libc.so && glibpth="/usr/lib/*-linux-gnu $glibpth" |
15 | test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth" | 15 | test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth" |
16 | test -f /shlib/libc.so && glibpth="/shlib $glibpth" | 16 | test -f /shlib/libc.so && glibpth="/shlib $glibpth" |
17 | test -d /usr/lib64 && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64" | 17 | test -d /usr/lib64 && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64" |