Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jul 2020 10:30:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248010] 'make buildworld': unbound build failure on 12.1-RELEASE-p7
Message-ID:  <bug-248010-227-VY1BJrKilQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248010-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248010-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248010

--- Comment #1 from oz42@oz42.eu ---
make.conf:

.if ${.CURDIR:M*/ports/devel/ccache}
NO_CCACHE=3Dyes
.endif

NO_CCACHE=3Dyes

.if !defined(NO_CCACHE)
CC=3D/usr/local/libexec/ccache/world/cc
CXX=3D/usr/local/libexec/ccache/world/c++
.endif

KERNCONFDIR=3D/root
KERNCONF=3DBETSY
MODULES_OVERRIDE=3Dmac_ntpd filemon accf_http accf_data
#
OPTIONS_UNSET=3D NIS
OPTIONS_UNSET+=3D X11
OPTIONS_UNSET+=3D DOCS
OPTIONS_UNSET+=3D DEBUG
OPTIONS_UNSET+=3D WAYLAND
#
DEFAULT_VERSIONS+=3D ssl=3Dlibressl

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248010-227-VY1BJrKilQ>