mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
do not use capsicum when building picobsd images
This commit is contained in:
parent
642ebd6a18
commit
c04dbdba8e
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ create_includes_and_libraries2() { # opt_dir opt_target
|
|||
log "create_includes_and_libraries2() for ${SRC} $1"
|
||||
if [ ${OSVERSION} -ge 600000 ] ; then
|
||||
no="-DNO_CLEAN -DNO_PROFILE -DNO_GAMES -DNO_LIBC_R" # WITHOUT_CDDL=1"
|
||||
no="$no -DWITHOUT_CASPER"
|
||||
no="$no -DMALLOC_PRODUCTION"
|
||||
else
|
||||
no="-DNOCLEAN -DNOPROFILE -DNOGAMES -DNOLIBC_R"
|
||||
|
|
|
|||
Loading…
Reference in a new issue