os/linux/elf: fix rpath precedence
This commit is contained in:
parent
66737b5e82
commit
42b332055a
@ -196,7 +196,7 @@ module ELFShim
|
|||||||
end
|
end
|
||||||
|
|
||||||
@interpreter = patcher.interpreter
|
@interpreter = patcher.interpreter
|
||||||
@rpath = patcher.rpath || patcher.runpath
|
@rpath = patcher.runpath || patcher.rpath
|
||||||
@section_names = patcher.elf.sections.map(&:name).compact_blank
|
@section_names = patcher.elf.sections.map(&:name).compact_blank
|
||||||
|
|
||||||
@dt_flags_1 = dynamic_segment&.tag_by_type(:flags_1)&.value
|
@dt_flags_1 = dynamic_segment&.tag_by_type(:flags_1)&.value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user