Copy ld-linux-x86-64.so.2 manually

In case it is missing among other libraries in libs_list, which may happen on some distros.
This commit is contained in:
Kron4ek 2022-02-20 19:01:11 +05:00 committed by GitHub
parent e3d401da69
commit 8524a4ee0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,6 +113,10 @@ for i in ${libs_list}; do
fi
done
if [ ! -f utils/ld-linux-x86-64.so.2 ]; then
cp -L /lib64/ld-linux-x86-64.so.2 utils
fi
find utils -type f -exec strip --strip-unneeded {} \; 2>/dev/null
cat <<EOF > utils/info