toolchain/toolchain-wrapper.c: extend the list of unsafe paths
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 21 Jun 2020 20:31:58 +0000 (22:31 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 22 Jun 2020 20:28:08 +0000 (22:28 +0200)
commita07d37d226c7e8808bd5b68d94265e3ce47b3ded
tree0de794cb178151bc6dddaafdcc08b83b9f3f25bb
parentb6ce06cd64b0d85c9065c60fad933c8585730320
toolchain/toolchain-wrapper.c: extend the list of unsafe paths

On some legacy systems, the X11 headers and libs are in /usr/X11R66/include
and /usr/X11R66/lib, and of course, some packages are trying to be smart
and use those paths (even when they do not exist).

Add those to the list of unsafe paths to check in the toolchain wrapper.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
toolchain/toolchain-wrapper.c