gnu: btar: Fix build.
* gnu/packages/backup.scm (btar)[arguments]: Add CFLAGS=-fcommon to make-flags.master
parent
436d9487da
commit
61aa9bb3e3
|
@ -461,7 +461,8 @@ remain fully idle, saving power and producing less noise.")
|
||||||
(inputs
|
(inputs
|
||||||
(list librsync-0.9))
|
(list librsync-0.9))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags `(,(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
`(#:make-flags `("CFLAGS=-fcommon"
|
||||||
|
,(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||||
,(string-append "CC=" ,(cc-for-target)))
|
,(string-append "CC=" ,(cc-for-target)))
|
||||||
#:tests? #f ;test input not distributed
|
#:tests? #f ;test input not distributed
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in New Issue