summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/benchmark.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index abadaf745c5..be295b0a9a1 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -278,8 +278,11 @@ tests.")
"03lg8rz2a9wgwn9axd6gkjiswgxmp62fbxjvrrcvazmwh6ykplx8"))))
(build-system gnu-build-system)
(native-inputs
- (list gcc-10 perl))
- (arguments '(#:tests? #f)) ; there are no tests
+ (list perl))
+ (arguments
+ (list
+ #:tests? #f ; there are no tests
+ #:make-flags #~(list "MORECFLAGS=-std=c++11")))
(home-page "https://doc.coker.com.au/projects/bonnie/")
(synopsis "Hard drive and file system benchmark suite")
(description