xbps-src: show-build-deps: sanitize deps and use etc/virtual.
This commit is contained in:
parent
9c8ff5c33a
commit
ad74cbe1b4
1 changed files with 2 additions and 1 deletions
|
@ -52,8 +52,9 @@ show_pkg_build_deps() {
|
|||
|
||||
BEGIN_INSTALL=1
|
||||
check_pkg_arch $XBPS_CROSS_BUILD
|
||||
setup_pkg_depends
|
||||
# build time deps
|
||||
for f in ${hostmakedepends} ${makedepends}; do
|
||||
for f in ${host_build_depends} ${build_depends}; do
|
||||
echo "$f"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue