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