Index: head/Mk/Scripts/qa.sh =================================================================== --- head/Mk/Scripts/qa.sh +++ head/Mk/Scripts/qa.sh @@ -677,7 +677,7 @@ fi already="${already} ${dep_file}" done <<-EOT - $(ldd -a "${STAGEDIR}${file}" | \ + $(env LD_LIBMAP_DISABLE=1 ldd -a "${STAGEDIR}${file}" | \ awk '\ BEGIN {section=0}\ /^\// {section++}\