Update from upstream
This commit is contained in:
parent
4d4b710d8f
commit
46fee46f1e
|
@ -70,7 +70,7 @@ _subst()
|
||||||
LDSO="/libexec/ld-elf.so.1"
|
LDSO="/libexec/ld-elf.so.1"
|
||||||
;;
|
;;
|
||||||
Linux)
|
Linux)
|
||||||
LDSO="/lib/ld-linux-$(uname -p).so.2"
|
LDSO="/lib/ld-linux-$(uname -m | tr _ -).so.2"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
LDSO="/libexec/ld.elf_so"
|
LDSO="/libexec/ld.elf_so"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user