[Buildroot] [RFC PATCH v5 02/11] package/patchelf: add patch for rpath sanitation under a root directory

Wolfgang Grandegger wg at grandegger.com
Mon Jul 3 19:38:01 UTC 2017


Hello,

browsing your comments...

Am 01.07.2017 um 00:13 schrieb Arnout Vandecappelle:
>   Hi Wolfgang,
> 
> On 30-06-17 10:36, Wolfgang Grandegger wrote:
[... snip ...]
>> +-            if (!libFound)
>> ++            if (!libFoundInRPath(dirName, neededLibs))
>> +                 debug("removing directory '%s' from RPATH\n", dirName.c_str());
> 
>   For consistency, we should probably honour --no-standard-lib-dirs here as well.
> 

For "--shrink-rpath" it's difficult to decide what is a non standard 
library directory. A path ending with "/lib" or "/usr/lib"?

Wolfgang.


More information about the buildroot mailing list