mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
install build-depends packages as well
SVN-Revision: 10793
This commit is contained in:
parent
a8761e71b7
commit
4e319c572f
@ -265,7 +265,7 @@ sub install_package {
|
||||
$installed{$src} and return 0;
|
||||
|
||||
# install all dependencies
|
||||
foreach my $dep (@{$pkg->{depends}}) {
|
||||
foreach my $dep (@{$pkg->{depends}}, @{$pkg->{builddepends}}) {
|
||||
next if $dep =~ /@/;
|
||||
$dep =~ s/^\+//;
|
||||
install_package($feed, $dep) == 0 or $ret = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user