autoPatchelfHook: fix bug introduced by #101142
This commit is contained in:
parent
57e9cb9112
commit
4ac5d22654
@ -129,8 +129,7 @@ autoPatchelfFile() {
|
||||
# clear the RPATH first.
|
||||
runPatchelf --remove-rpath "$toPatch"
|
||||
|
||||
local missing
|
||||
missing="$(
|
||||
local missing="$(
|
||||
ldd "$toPatch" 2> /dev/null | \
|
||||
sed -n -e 's/^[\t ]*\([^ ]\+\) => not found.*/\1/p'
|
||||
)"
|
||||
|
Loading…
Reference in New Issue
Block a user