From a24106f53d37f25fa77bb8708ccf40cc6f431438 Mon Sep 17 00:00:00 2001
From: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Date: Thu, 3 Aug 2017 10:47:22 -0400
Subject: [PATCH] contrib/boost: disable extensive build log

Building boost prints the full list of files copied.
There are more than 20 000 of them, which pollutes logs.

Disable boost build logs, developers working on boost contrib
packaging can still re-enable logs if they need to.

Change-Id: I205297ed091bf0a5540e47f23ce4b7be3ad1a296
---
 contrib/src/boost/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/boost/rules.mak b/contrib/src/boost/rules.mak
index e1b3d8d363..eb5a0a58da 100644
--- a/contrib/src/boost/rules.mak
+++ b/contrib/src/boost/rules.mak
@@ -7,6 +7,7 @@ PKGS += boost
 
 BOOST_B2_OPTS := variant=release \
 				 link=static \
+				 -d0 \
 				 --prefix="$(PREFIX)" \
 				 --includedir="$(PREFIX)/include" \
 				 --libdir="$(PREFIX)/lib" \
-- 
GitLab