summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/prelink/prelink/prelink.conf
blob: ed30c286f2f92519040afccc0bb5ee1cec95209a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This config file contains a list of directories both with binaries
# and libraries prelink should consider by default.
# If a directory name is prefixed with `-l ', the directory hierarchy
# will be walked as long as filesystem boundaries are not crossed.
# If a directory name is prefixed with `-h ', symbolic links in a
# directory hierarchy are followed.
-l /usr/local/sbin
-l /sbin
-l /usr/sbin
-l /usr/local/bin
-l /bin
-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}
OpenPOWER on IntegriCloud