[Bug 248010] 'make buildworld': unbound build failure on 12.1-RELEASE-p7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 16 10:30:28 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248010
--- Comment #1 from oz42 at oz42.eu ---
make.conf:
.if ${.CURDIR:M*/ports/devel/ccache}
NO_CCACHE=yes
.endif
NO_CCACHE=yes
.if !defined(NO_CCACHE)
CC=/usr/local/libexec/ccache/world/cc
CXX=/usr/local/libexec/ccache/world/c++
.endif
KERNCONFDIR=/root
KERNCONF=BETSY
MODULES_OVERRIDE=mac_ntpd filemon accf_http accf_data
#
OPTIONS_UNSET= NIS
OPTIONS_UNSET+= X11
OPTIONS_UNSET+= DOCS
OPTIONS_UNSET+= DEBUG
OPTIONS_UNSET+= WAYLAND
#
DEFAULT_VERSIONS+= ssl=libressl
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list