xbps-src: remove autodeps while building hostdeps too.
This commit is contained in:
parent
35bef58c7b
commit
94f2e004b4
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ install_pkg_deps() {
|
|||
(
|
||||
curpkgdepname=$($XBPS_UHELPER_CMD getpkgname "$i" 2>/dev/null)
|
||||
setup_pkg $curpkgdepname
|
||||
exec env XBPS_BINPKG_EXISTS=1 $XBPS_LIBEXECDIR/build.sh $sourcepkg $pkg $target || exit $?
|
||||
exec env XBPS_DEPENDENCY=1 XBPS_BINPKG_EXISTS=1 \
|
||||
$XBPS_LIBEXECDIR/build.sh $sourcepkg $pkg $target || exit $?
|
||||
) || exit $?
|
||||
host_binpkg_deps+=("$i")
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue