do not use capsicum when building picobsd images

This commit is contained in:
Luigi Rizzo 2014-01-06 08:09:19 +00:00
parent 642ebd6a18
commit c04dbdba8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260365

View File

@ -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"