aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2014-01-06 08:09:19 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2014-01-06 08:09:19 +0000
commitc04dbdba8e0f3677b2f67e0495f933ca3a8da184 (patch)
tree999d8862163cd6937ff85253a719a18e01439646 /release/picobsd
parent642ebd6a1872242ad2b9bb43c910bcf8e2c175ca (diff)
downloadsrc-c04dbdba8e0f3677b2f67e0495f933ca3a8da184.tar.gz
src-c04dbdba8e0f3677b2f67e0495f933ca3a8da184.zip
do not use capsicum when building picobsd images
Notes
Notes: svn path=/head/; revision=260365
Diffstat (limited to 'release/picobsd')
-rwxr-xr-xrelease/picobsd/build/picobsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd
index 26e1b08a898f..2e3d290bc997 100755
--- a/release/picobsd/build/picobsd
+++ b/release/picobsd/build/picobsd
@@ -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"