xbps-src: use the same SONAMEs in verify_rundeps.sh, to avoid kung-fu sion.

This commit is contained in:
Juan RP 2011-10-04 11:03:48 +02:00
parent b101de160a
commit 14d6cabb9d
2 changed files with 651 additions and 653 deletions

File diff suppressed because it is too large Load Diff

View File

@ -72,8 +72,6 @@ verify_rundeps()
case "$(file -bi "$f")" in
application/x-executable*|application/x-sharedlib*)
for nlib in $(objdump -p "$f"|grep NEEDED|awk '{print $2}'); do
# Strip major version
nlib="$(echo $nlib|sed -e 's|\.[0-9]$||')"
if [ -z "$verify_deps" ]; then
verify_deps="$nlib"
continue