package/patchelf: add patch for rpath sanitization under a root directory
authorWolfgang Grandegger <wg@grandegger.com>
Thu, 20 Jul 2017 14:35:13 +0000 (16:35 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 Jul 2017 20:29:35 +0000 (22:29 +0200)
commit07b05f439a145edc061c8a2460f849de069c32cb
tree4eb5c92ab56d038dc212da89278eb58c0c287058
parentf45f0c2d40e3e750d66a9b791ed9e62ac4f69a8f
package/patchelf: add patch for rpath sanitization under a root directory

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>
package/patchelf/0001-Remove-apparently-incorrect-usage-of-static.patch [new file with mode: 0644]
package/patchelf/0002-Extract-a-function-for-splitting-a-colon-separated-s.patch [new file with mode: 0644]
package/patchelf/0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch [new file with mode: 0644]