mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: btar: Fix build.
* gnu/packages/backup.scm (btar)[arguments]: Add CFLAGS=-fcommon to make-flags.
This commit is contained in:
@@ -461,7 +461,8 @@ remain fully idle, saving power and producing less noise.")
|
||||
(inputs
|
||||
(list librsync-0.9))
|
||||
(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)))
|
||||
#:tests? #f ;test input not distributed
|
||||
#:phases
|
||||
|
||||
Reference in New Issue
Block a user