From be2a7b821052118cd47f2f06e5f3b2d7c0fab7b0 Mon Sep 17 00:00:00 2001 From: sss Date: Sat, 10 Apr 2021 00:43:52 +0300 Subject: another attempt to force cxxflags --- packages/kcollectd.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'packages/kcollectd.scm') diff --git a/packages/kcollectd.scm b/packages/kcollectd.scm index 531767f..f52230e 100644 --- a/packages/kcollectd.scm +++ b/packages/kcollectd.scm @@ -54,8 +54,13 @@ ("shared-mime-info" ,shared-mime-info) )) (arguments - `(#:configure-flags '("-DCMAKE_CXX_FLAGS=-std=c++14" - ))) + `( + #:configure-flags '("-DCMAKE_CXX_FLAGS=-std=c++14" + ) + #:make-flags '("CXXFLAGS=-std=c++14" + ) + ) + ) (synopsis "kcollectd is a graphical front-end to collectd.") (description "kcollectd is a graphical front-end to collectd, a data collection service that monitors, by polling or pushed updates, system information, such as temperature or free RAM. kcollectd provides a graphical display of these collected statistics. More generally, kcollectd can display the data stored in any round-robin database (RRD).") (license (list -- cgit v1.2.3