summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-03 11:57:37 -0700
committerSaul Wold <sgw@linux.intel.com>2011-05-04 18:58:52 -0700
commit3da8a8b9b94ad4785af757f70da1e91457301875 (patch)
tree36c23c6b5c2707d14e2288a51113b1424f7880bb /meta
parent841d0845552ae5855955f88ce446d8ac675660a5 (diff)
downloadpoky-3da8a8b9b94ad4785af757f70da1e91457301875.tar.gz
perl: fix Configure-multilib.patch
Thanks to Gary Thomas for his input on fixing this for Ubuntu 11.04 Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/perl/files/Configure-multilib.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/files/Configure-multilib.patch b/meta/recipes-devtools/perl/files/Configure-multilib.patch
index b561b6ab6f..545a8b821d 100644
--- a/meta/recipes-devtools/perl/files/Configure-multilib.patch
+++ b/meta/recipes-devtools/perl/files/Configure-multilib.patch
@@ -9,7 +9,7 @@ Index: perl-5.12.2/Configure
9-glibpth="/lib /usr/lib $xlibpth" 9-glibpth="/lib /usr/lib $xlibpth"
10+glibpth="/lib /usr/lib /lib64 /usr/lib64 $xlibpth" 10+glibpth="/lib /usr/lib /lib64 /usr/lib64 $xlibpth"
11 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib" 11 glibpth="$glibpth /usr/ccs/lib /usr/ucblib /usr/local/lib"
12+test -f /usr/lib/`uname -m`-linux-gnu/libc.so && glibpth="/usr/lib/`uname -m`-linux-gnu $glibpth" 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" 13 test -f /usr/shlib/libc.so && glibpth="/usr/shlib $glibpth"
14 test -f /shlib/libc.so && glibpth="/shlib $glibpth" 14 test -f /shlib/libc.so && glibpth="/shlib $glibpth"
15 test -d /usr/lib64 && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64" 15 test -d /usr/lib64 && glibpth="$glibpth /lib64 /usr/lib64 /usr/local/lib64"