Add path for libraries lookup during perl build.

Perl Configure is doing its own lookup for libraries by scanning some
standard paths like /lib, etc. When we are building perl with host gcc
from prebuilts/tools/gcc-sdk/gcc which is configured to use it's own
sysroot it may lead to conflict between libraries gcc is using and
libraries Perl Configure found. This change force Perl Configure to scan
the same lib dirs gcc is using on libraries search.

Change-Id: Ic5e6e60a47560da6b97b51bbe4ba58f80116b209
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
1 file changed