plugins/pck-update: remove unwanted unresolved deps warnings since glibc 2.34
This commit is contained in:
parent
8264d45caf
commit
cf360aad1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user