[Buildroot] [PATCH] wireshark: remove RPATH tag

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Nov 17 12:45:48 UTC 2014


On 11/17/2014 09:33 AM, Baruch Siach wrote:

> It seems that libtool decides to set rpath based on .la files we have in 
> staging. Some of them (e.g. glib provided libs, and libnl) set either 
> 'dependency_libs' (glib) or 'libdir' (libnl) to paths under output/build or 
> staging. wireshark also links its own libraries (e.g. wiretap, epan) using 
> local source tree .la files. I'm not sure how to solve this in the general 
> case. It probably requires fixing up all these .la files.

Hi.
There's a good briefing at https://wiki.debian.org/RpathIssue
Fixing up is nice, however doing it in a good manner will require many
autoreconfs and being proactive about it.
Stripping RPATHs is probably a faster way out (via chrpath).
In the end this could be considered as a build information leak, not
terribly useful but doesn't look good either.
Regards.




More information about the buildroot mailing list