guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: w-scan: Fix compiling with gcc 10.


From: guix-commits
Subject: 04/06: gnu: w-scan: Fix compiling with gcc 10.
Date: Mon, 4 Oct 2021 11:19:19 -0400 (EDT)

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

commit f5dcad8f9fcd3be5e5dd06a1ded075b27d6d0f3a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Oct 4 17:04:19 2021 +0200

    gnu: w-scan: Fix compiling with gcc 10.
    
    * gnu/packages/video.scm (w-scan)[arguments]: Add '-fcommon' to CFLAGS.
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bc69243..452974d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5014,6 +5014,8 @@ on supporting video-on-demand and live encoding on Intel 
Xeon processors.")
        (sha256
         (base32 "1zkgnj2sfvckix360wwk1v5s43g69snm45m0drnzyv7hgf5g7q1q"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags '("CFLAGS=-fcommon")))
     (synopsis "Scan ATSC/DVB-C/DVB-S/DVB-T channels")
     (description
      "This is a small command line utility used to perform frequency scans for



reply via email to

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