gnu: vcftools: Remove "-m64" from CFLAGS.

* gnu/packages/bioinformatics.scm (vcftools): Explicitly set CFLAGS to
  remove "-m64" flag.
master
Ricardo Wurmus 2015-05-04 12:17:14 +02:00
parent 401f9a8b15
commit 7c3958e15a
1 changed files with 1 additions and 0 deletions

View File

@ -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"))