From f5dcad8f9fcd3be5e5dd06a1ded075b27d6d0f3a Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Mon, 4 Oct 2021 17:04:19 +0200 Subject: 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 bc6924341e..452974dd3a 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 -- cgit v1.2.3