gnu: phylip: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (phylip)[arguments]: Set CFLAGS.
This commit is contained in:
		
							parent
							
								
									125fdc3ba4
								
							
						
					
					
						commit
						e86fe9801e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9244,7 +9244,7 @@ exon-skipping scanner detection scheme.")
 | 
			
		|||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #f                      ; no check target
 | 
			
		||||
       #:make-flags (list "-f" "Makefile.unx" "install")
 | 
			
		||||
       #:make-flags (list "-f" "Makefile.unx" "CFLAGS=-fcommon" "install")
 | 
			
		||||
       #:parallel-build? #f             ; not supported
 | 
			
		||||
       #:phases
 | 
			
		||||
       (modify-phases %standard-phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue