From b835d10d61b0e21b8e85511e0a706cfef9ff3fc7 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 8 Dec 2021 14:20:56 +0100 Subject: gnu: paml: Pass -fcommon to compiler. * gnu/packages/bioinformatics.scm (paml)[arguments]: Set CFLAGS. --- gnu/packages/bioinformatics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7f4c7212a1..7d8de9a52d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9797,7 +9797,7 @@ straight away. Its main features are: (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests - #:make-flags '("CC=gcc") + #:make-flags '("CC=gcc" "CFLAGS=-fcommon -O3") #:phases (modify-phases %standard-phases (replace 'configure -- cgit 1.4.1