Re: [yocto] [EDT][prelink-cross] LD_PRELOAD Implementation in Prelink

2015-09-11 Thread Mark Hatle
Merged to the staging branch. On 5/18/15 12:17 AM, Maninder Singh wrote: > EP-F6AA0618C49C4AEDA73BFF1B39950BAB > Hi, > > Subject: [PATCH 1/1] LD_PRELOAD Implementation in Prelink > > prelink fails if there are ld_preload libs present at target with below > error. > expect libsX.so.1,

[yocto] [EDT][prelink-cross] LD_PRELOAD Implementation in Prelink

2015-05-17 Thread Maninder Singh
EP-F6AA0618C49C4AEDA73BFF1B39950BAB Hi, Subject: [PATCH 1/1] LD_PRELOAD Implementation in Prelink prelink fails if there are ld_preload libs present at target with below error. expect libsX.so.1, found /lib/libY.so in dependency order where libY.so.1 is ld_preload lib To use