From 9f49d593173657455474cecb50915cd694e4a89d Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 22 Aug 2016 16:00:00 +0000 Subject: Fails to build with CCACHE on 11: ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Sponsored by: Absolight --- net-mgmt/nagios-check_bacula/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-mgmt') diff --git a/net-mgmt/nagios-check_bacula/Makefile b/net-mgmt/nagios-check_bacula/Makefile index 8f997155d9ca..072a8d97b491 100644 --- a/net-mgmt/nagios-check_bacula/Makefile +++ b/net-mgmt/nagios-check_bacula/Makefile @@ -26,4 +26,6 @@ CONFIGURE_ARGS= --enable-client-only \ OPTIONS_DEFINE= # OPTIONS_DEFAULT=# +NO_CCACHE= yes + .include "${MASTERDIR}/Makefile" -- cgit