aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink/prelink
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-04 01:05:38 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:13:00 +0100
commit82db6bda2b60f0a4756f1d604a5dd1369fcc8a19 (patch)
tree96e2043b19f69e8ee5189e32a7db27fd0639ff32 /meta/recipes-devtools/prelink/prelink
parent720e8b75eaeffa6ac902e29ffd7914a69d93e5fa (diff)
downloadopenembedded-core-contrib-82db6bda2b60f0a4756f1d604a5dd1369fcc8a19.tar.gz
prelink: Add lib64 dirs to prelink.conf
Handle multlib or cases that baselib is lib64. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/recipes-devtools/prelink/prelink')
-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 c5a4f4adc3..ed30c286f2 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
--l /lib
--l /usr/lib
--l /usr/X11R6/lib
+-l /usr/local/lib{,64}
+-l /lib{,64}
+-l /usr/lib{,64}
+-l /usr/X11R6/lib{,64}