gnu: vcftools: Remove "-m64" from CFLAGS.
* gnu/packages/bioinformatics.scm (vcftools): Explicitly set CFLAGS to remove "-m64" flag.master
parent
401f9a8b15
commit
7c3958e15a
|
@ -1658,6 +1658,7 @@ in terms of new algorithms.")
|
|||
(arguments
|
||||
`(#:tests? #f ; no "check" target
|
||||
#:make-flags (list
|
||||
"CFLAGS=-O2" ; override "-m64" flag
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
(string-append "MANDIR=" (assoc-ref %outputs "out")
|
||||
"/share/man/man1"))
|
||||
|
|
Reference in New Issue