Skip to content

Commit

Permalink
cheribsdbox: Drop -DWITHOUT_CASPER
Browse files Browse the repository at this point in the history
FreeBSD no longer supports WITHOUT_CASPER and this was spamming the
log with warnings.  MK_CASPER=no is sufficient to disable casper
support.
  • Loading branch information
bsdjhb committed Sep 2, 2023
1 parent 6f383ba commit 07d79be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cheribsdbox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BINDIR?=${CHERIBSDBOX_DIR}
CRUNCH_OBJTOP?= ${OBJTOP}
CRUNCH_BUILDOPTS+= -DWITHOUT_TESTS MK_TESTS=no -D_CRUNCHGEN
# Avoid linking against libcasper for tcpdump/traceroute/kdump:
CRUNCH_BUILDOPTS+= -DWITHOUT_CASPER MK_CASPER=no
CRUNCH_BUILDOPTS+= MK_CASPER=no
# Try to reduce size by avoiding locale support
CRUNCH_BUILDOPTS+= -DWITHOUT_LOCALES MK_LOCALES=no
# Disable kerberos support
Expand Down

0 comments on commit 07d79be

Please sign in to comment.