mklibs patch: fix invalid library search path

2012-12-17 Thread Liu, Lei
If mklibs is called with both --root and --sysroot specified, and for a library found in rpath, mklibs searches this library in // which is an invalid path. Since already points to an absolute directory on host, we should not add prefix to it. Here is a mklibs patch for this issue. Lei * Fix

Re: mklibs patch: fix invalid library search path

2013-01-10 Thread Liu, Lei
On 2013年01月11日 02:45, Joe Seymour wrote: >> If mklibs is called with both --root and --sysroot specified, and> for a >> library found in rpath, mklibs searches this library in >> // which is an invalid path. Since >> already points to an absolute directory on host, we should not >> add prefix t