Re: [PATCH] Allow use of executable RPATH/RUNPATH when finding libraries.

2015-02-20 Thread Bernhard Reutner-Fischer
On 20 February 2015 at 08:32, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On February 20, 2015 1:03:26 AM GMT+01:00, Steve Ellcey sell...@imgtec.com wrote: This option will modify ldso so that it will use the executables RPATH/RUNPATH to find to find libraries even though this

[PATCH] Allow use of executable RPATH/RUNPATH when finding libraries.

2015-02-19 Thread Steve Ellcey
This option will modify ldso so that it will use the executables RPATH/RUNPATH to find to find libraries even though this behavour is not standard. Setting this option causes the uclibc dynamic linker behavour to match the glibc dynamic linker. Signed-off-by: Steve Ellcey sell...@imgtec.com ---