svn commit: r260365 - head/release/picobsd/build

Luigi Rizzo luigi at FreeBSD.org
Mon Jan 6 08:09:20 UTC 2014


Author: luigi
Date: Mon Jan  6 08:09:19 2014
New Revision: 260365
URL: http://svnweb.freebsd.org/changeset/base/260365

Log:
  do not use capsicum when building picobsd images

Modified:
  head/release/picobsd/build/picobsd

Modified: head/release/picobsd/build/picobsd
==============================================================================
--- head/release/picobsd/build/picobsd	Mon Jan  6 05:00:58 2014	(r260364)
+++ head/release/picobsd/build/picobsd	Mon Jan  6 08:09:19 2014	(r260365)
@@ -166,6 +166,7 @@ create_includes_and_libraries2() { # opt
     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"


More information about the svn-src-all mailing list