mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix qa lib dependency checks when using libmap.conf.
This happens, for instance, if x11/nvidia-driver is installed. PR: 221406 Submitted by: tobik Approved by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11977
This commit is contained in:
parent
5884835c66
commit
e5587103cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456405
@ -677,7 +677,7 @@ proxydeps() {
|
||||
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++}\
|
||||
|
Loading…
Reference in New Issue
Block a user