Commit aba18fdc authored by Khem Raj's avatar Khem Raj
Browse files

prelink: Fix segfaults in prelink-rtld



prelink-rtld was segfaulting because prelink looks for
libs in lib64 folder for 64-bit machines, however on riscv
the directories are simply /lib and /usr/lib

Secondly define the ldso name for riscv

backport another patch to fix DT_NEEDED processing

Signed-off-by: default avatarKhem Raj <raj.khem@gmail.com>
parent 9ffc5224
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment