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/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248010

--- Comment #1 from oz42@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.

help

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