diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 0fcdfc5041..4a890c9b81 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3875,7 +3875,10 @@ (define-public orbit2 ;; The "timeout-server" test hangs when run in parallel. #:parallel-tests? #f #:configure-flags - #~'(;; We don't need static libraries, plus they don't build reproducibly + #~'(#$(string-append "CFLAGS=-g -O2" + " -Wno-error=implicit-int" + " -Wno-error=incompatible-pointer-types") + ;; We don't need static libraries, plus they don't build reproducibly ;; (non-deterministic ordering of .o files in the archive.) "--disable-static"