summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink/prelink/prelink.conf
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-01-03 14:59:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-04 11:56:42 +0000
commitf212c81c7a481d812344abbf20a727fff85175bc (patch)
tree7c3922eb764dac42c0478e99c4a55e8d9c45b91e /meta/recipes-devtools/prelink/prelink/prelink.conf
parent381a4a2984d0cceb81d7e2635fa17c46ade59364 (diff)
downloadast2050-yocto-poky-f212c81c7a481d812344abbf20a727fff85175bc.zip
ast2050-yocto-poky-f212c81c7a481d812344abbf20a727fff85175bc.tar.gz
prelink: also look at nonstandard lib paths
Prelinking for x32 image showed that it was ignoring libraries located at locations like /usr/libx32. Like that mips n32 has library locations set as lib32 This commit modifies prelink.conf to look at libraries also located at libx32 & lib32 locations. Thanks to Mark Hatle for suggesting the fix. (From OE-Core rev: c02b9de25b405c81da0f7bebd07423e8cee14eb7) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/prelink/prelink/prelink.conf')
-rw-r--r--meta/recipes-devtools/prelink/prelink/prelink.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/prelink/prelink/prelink.conf b/meta/recipes-devtools/prelink/prelink/prelink.conf
index ed30c28..562f23c 100644
--- a/meta/recipes-devtools/prelink/prelink/prelink.conf
+++ b/meta/recipes-devtools/prelink/prelink/prelink.conf
@@ -12,7 +12,7 @@
-l /usr/bin
-l /usr/X11R6/bin
-l /usr/games
--l /usr/local/lib{,64}
--l /lib{,64}
--l /usr/lib{,64}
--l /usr/X11R6/lib{,64}
+-l /usr/local/lib{,32,64,x32}
+-l /lib{,32,64,x32}
+-l /usr/lib{,32,64,x32}
+-l /usr/X11R6/lib{,32,64,x32}
OpenPOWER on IntegriCloud