summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsss <sss@dark-alexandr.net>2021-04-10 00:43:52 +0300
committersss <sss@dark-alexandr.net>2021-04-10 00:43:52 +0300
commitbe2a7b821052118cd47f2f06e5f3b2d7c0fab7b0 (patch)
treef2184317a013eb2081a20e85f9fda1bc398524cd
parent1e52f59fd48ebbea728fe0ec4f07726934fbb4a5 (diff)
another attempt to force cxxflags
-rw-r--r--packages/kcollectd.scm9
1 files changed, 7 insertions, 2 deletions
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