mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Attempt package build even if dependencies seems to be missing
This commit is contained in:
parent
69f690335b
commit
4e0bab8df7
1 changed files with 1 additions and 2 deletions
|
|
@ -273,8 +273,7 @@ ports_build() (
|
|||
miss=`(cd $p ; make missing ${PORTS_OPTS}) || true`
|
||||
|
||||
if [ "x${miss}" != "x" ] ; then
|
||||
log_it "MISSING for $p:" $miss
|
||||
continue
|
||||
log_it "NB: MISSING for $p:" $miss
|
||||
fi
|
||||
|
||||
log_it "build $pn ($p)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue