guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: transcode: Fix building with gcc 10.


From: guix-commits
Subject: 02/02: gnu: transcode: Fix building with gcc 10.
Date: Fri, 10 Sep 2021 03:51:01 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 92d04bcab34ef7145bd18e5a7d242e38d01d3922
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Sep 10 09:46:08 2021 +0200

    gnu: transcode: Fix building with gcc 10.
    
    * gnu/packages/video.scm (transcode)[arguments]: Pass '-fcommon' to CFLAGS.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c86db25..5d8449e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -39,7 +39,7 @@
 ;;; Copyright © 2020 Josh Holland <josh@inv.alid.pw>
 ;;; Copyright © 2020 Brice Waegeneire <brice@waegenei.re>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
-;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2020 Alex McGrath <amk@amk.ie>
 ;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
@@ -206,6 +206,7 @@
     (arguments
      `(#:configure-flags
        (list
+        "CFLAGS=-fcommon"
         ;; XXX: Broken API.
         ;; Undeclared variables 'sys_nerr' and 'sys_errlist'.
         ;; "--enable-libv4l2"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]