Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/patchelf: add patch for rpath sanitization under a root directory | Wolfgang Grandegger | 2017-07-20 | 1 | -0/+56 |
The patch allows to use patchelf to sanitize the rpath of the buildroot libraries and binaries using the option "--make-rpath-relative <rootdir>". Recent versions of patchelf will not built on old Debian and RHEL systems due to C++11 constructs. Therefore we stick with v0.9 for the time being. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |