diff --git a/gnu/packages/tbb.scm b/gnu/packages/tbb.scm index 79a620c2a3..926e9dcad4 100644 --- a/gnu/packages/tbb.scm +++ b/gnu/packages/tbb.scm @@ -164,7 +164,10 @@ tasks, synchronization primitives, atomic operations, and more.") `(#:test-target "test" #:make-flags (list (string-append "LDFLAGS=-Wl,-rpath=" (assoc-ref %outputs "out") "/lib") - "CFLAGS=-fuse-ld=gold") + "CFLAGS=-fuse-ld=gold" + ,(string-append "CXXFLAGS=" + " -Wno-error=changes-meaning" + " -Wno-error=template-id-cdtor")) #:phases (modify-phases %standard-phases (add-after 'unpack 'fail-on-test-errors