coreos-base/update_engine: check ld-linux-*.so.2 for glibc 2.34

While glibc 2.33 has /lib64/ld-2.33.so, glibc 2.34 does not have that,
but only /lib64/ld-linux-x86-64.so.2. So we should also check ld-linux-*
as well.

Pulls in https://github.com/flatcar-linux/update_engine/pull/17.
This commit is contained in:
Dongsu Park 2022-06-15 15:21:23 +02:00 committed by Krzesimir Nowak
parent 448e9aca9b
commit 835970dc2c
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="748eb99b18b67747f2e047327e9f2a18aa09d3b5" # flatcar-master
CROS_WORKON_COMMIT="1c290db26e5591c5fe3497d91040e186e12b4315" # flatcar-master
KEYWORDS="amd64 arm64"
fi