summaryrefslogtreecommitdiffstats
path: root/package/patchelf/0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch
Commit message (Collapse)AuthorAgeFilesLines
* patchelf: add patch to fix relative rpath issue on big-endian systemsBryce Ferguson2018-06-261-0/+40
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>
OpenPOWER on IntegriCloud