[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: gerbv: Fix linker error by adding -fcommon to CFLAGS.
From: |
guix-commits |
Subject: |
02/10: gnu: gerbv: Fix linker error by adding -fcommon to CFLAGS. |
Date: |
Thu, 21 Oct 2021 17:57:29 -0400 (EDT) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 777dfcd9e023ea78ac7b592a69df5c98c775c527
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Oct 21 15:25:51 2021 +0000
gnu: gerbv: Fix linker error by adding -fcommon to CFLAGS.
* gnu/packages/engineering.scm (gerbv)[arguments]: Set -fcommon option.
---
gnu/packages/engineering.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index e7fe1cd..e706c89 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus
<rekado@elephly.net>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2016, 2018, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 David Thompson <davet@gnu.org>
@@ -731,6 +731,8 @@ ready for production.")
(base32
"1d2k43k7i4yvbpi4sw1263a8d0q98z2n7aqhmpinpkih8a681vn5"))))
(build-system gnu-build-system)
+ (arguments
+ '(#:configure-flags '("CFLAGS=-fcommon")))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
("desktop-file-utils" ,desktop-file-utils)
- branch core-updates-frozen updated (727f05e -> bcad95d), guix-commits, 2021/10/21
- 01/10: gnu: peek: Add missing input., guix-commits, 2021/10/21
- 04/10: gnu: gtksheet: Fix build., guix-commits, 2021/10/21
- 05/10: gnu: geda-gaf: Update to 1.10.2., guix-commits, 2021/10/21
- 06/10: gnu: lepton-eda: Pass -fcommon., guix-commits, 2021/10/21
- 02/10: gnu: gerbv: Fix linker error by adding -fcommon to CFLAGS.,
guix-commits <=
- 03/10: gnu: gxtuner: Add phase to target specific glib API version., guix-commits, 2021/10/21
- 07/10: gnu: texlive-lh: Install more files., guix-commits, 2021/10/21
- 10/10: gnu: lilypond: Remove trailing #t from build phases., guix-commits, 2021/10/21
- 08/10: gnu: pdfpc: Update to 4.5.0., guix-commits, 2021/10/21
- 09/10: gnu: lilypond: Fix build with Ghostscript 9.54., guix-commits, 2021/10/21