mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -1658,6 +1658,7 @@ (define-public vcftools
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue