me
/
guix
Archived
1
0
Fork 0

gnu: btar: Fix build.

* gnu/packages/backup.scm (btar)[arguments]: Add CFLAGS=-fcommon to
make-flags.
master
宋文武 2023-08-27 20:11:48 +08:00
parent 436d9487da
commit 61aa9bb3e3
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 1 deletions

View File

@ -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