diff options
author | Bryce Ferguson <bryce.ferguson@rockwellcollins.com> | 2018-06-25 16:44:07 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-26 22:03:38 +0200 |
commit | 17c9810fe76377fb928579e2b99f03f8ae31addb (patch) | |
tree | 50d254ccce29645c25253f2a2fb53595a7623861 /package/kexec-lite | |
parent | 2c9c47c6b298c3c553e1d2672ec1aaa29f9c163b (diff) | |
download | buildroot-17c9810fe76377fb928579e2b99f03f8ae31addb.tar.gz buildroot-17c9810fe76377fb928579e2b99f03f8ae31addb.zip |
patchelf: add patch to fix relative rpath issue on big-endian systems
This commit adds a patch to the host package patchelf to fix an issue
with endianness when the --make-rpath-relative option is
specified. Currently, patchelf does not take into account the
architecture of the target ELF when it performs the fixup on the
RPATH. Thus, if it differs from the host in endianness, the RUNPATH
field will be invalid. The patch fixes the bug reported here:
https://bugs.busybox.net/show_bug.cgi?id=11101
Signed-off-by: Bryce Ferguson <bryce.ferguson@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/kexec-lite')
0 files changed, 0 insertions, 0 deletions