mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-13 14:40:22 +00:00
do not use capsicum when building picobsd images
This commit is contained in:
parent
642ebd6a18
commit
c04dbdba8e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260365
@ -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 New Issue
Block a user