plugins/pck-update: remove unwanted unresolved deps warnings since glibc 2.34

This commit is contained in:
Silvan Calarco 2022-01-06 14:30:30 +01:00
parent 8264d45caf
commit cf360aad1a

View File

@ -2368,7 +2368,7 @@ $(echo $solibpath | sed "s|-[0-9.]*\.so|.so|")"
echo "\
#$req: $solibpath_catch: file not owned by any package"
else
if [ "${req:0:20}" != "ld-linux-aarch64.so." ]; then
if [ "${req:0:9}" != "ld-linux-" -a "${req:0:13}" != "libpthread.so" ]; then
echo "#$req: .so link not found"
fi
fi