diff options
-rw-r--r-- | src/opkbuild.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh index fecda93..50d7eff 100644 --- a/src/opkbuild.sh +++ b/src/opkbuild.sh @@ -305,7 +305,8 @@ print_arch_stats() setup_build() { - OPK_PACKAGES="$(ob_get_binary_packages -a "${OPK_HOST_ARCH}")" + OPK_PACKAGES="$(ob_get_binary_packages -a "${OPK_HOST_ARCH}") $( + ob_get_binary_packages -a 'all')" eval "$('@@BINDIR@@/ob-buildenv' | sed 's/^/export /')" |