[PATCH] gnu: btar: Fix build.

  • Done
  • quality assurance status badge
Details
One participant
  • iyzsong
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 27 Aug 2023 14:11
(address . guix-patches@gnu.org)(name . ???)(address . iyzsong@member.fsf.org)
3cfc99bcb6ec69dfb2561d77eb43b7f5265c648d.1693138289.git.iyzsong@member.fsf.org
From: ??? <iyzsong@member.fsf.org>

* gnu/packages/backup.scm (btar)[arguments]: Add CFLAGS=-fcommon to
make-flags.
---
gnu/packages/backup.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (18 lines)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 6961d9358c..bd5e2e463f 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -461,7 +461,8 @@ (define-public btar
(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

base-commit: 8b4a248fc4765212a4103c4520ae1f901937df41
--
2.41.0
?
Closing
877cpb7cgs.fsf@envs.net
Pushed now, closing!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65564@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65564
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch