From 6fecc93f33c3d7a994e40762bd76e8be369771dd Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Tue, 8 Jul 2014 21:43:31 +0200 Subject: [PATCH] rrdtool: added "LD=$CC" to rrdtool.conf, see comment. --- database/rrdtool/rrdtool.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/database/rrdtool/rrdtool.conf b/database/rrdtool/rrdtool.conf index da3953224..6b71bef27 100644 --- a/database/rrdtool/rrdtool.conf +++ b/database/rrdtool/rrdtool.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../rrdtool/rrdtool.conf -# Copyright (C) 2006 - 2011 The OpenSDE Project +# Copyright (C) 2006 - 2014 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -14,6 +14,10 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +# LD=$CC is a hack that for now (2014-07-08) we need for +# unknown reasons, please study and remove if cause is found. +var_append makeopt ' ' "LD=$CC" + var_append configcache ' ' "rd_cv_ms_async=ok" var_append extraconfopt " " "--enable-shared"