diff options
-rw-r--r-- | meta/recipes-devtools/perl/files/Configure-multilib.patch | 2 |
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" |