gnu: newick-utils: Pass -fcommon to compiler.
* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Set CFLAGS.master
parent
ed5e6c7502
commit
5fb1ba880f
|
@ -5582,6 +5582,8 @@ program for nucleotide and protein sequences.")
|
||||||
(base32
|
(base32
|
||||||
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
|
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:make-flags (list "CFLAGS=-O2 -g -fcommon")))
|
||||||
(inputs
|
(inputs
|
||||||
;; XXX: TODO: Enable Lua and Guile bindings.
|
;; XXX: TODO: Enable Lua and Guile bindings.
|
||||||
;; https://github.com/tjunier/newick_utils/issues/13
|
;; https://github.com/tjunier/newick_utils/issues/13
|
||||||
|
|
Reference in New Issue