Browse Source

rrdtool: added "LD=$CC" to rrdtool.conf, see comment.

stable/0.6
Nagy Karoly Gabriel 11 years ago
parent
commit
6fecc93f33
  1. 6
      database/rrdtool/rrdtool.conf

6
database/rrdtool/rrdtool.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../rrdtool/rrdtool.conf # 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) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
@ -14,6 +14,10 @@
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- 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 configcache ' ' "rd_cv_ms_async=ok"
var_append extraconfopt " " "--enable-shared" var_append extraconfopt " " "--enable-shared"

Loading…
Cancel
Save