diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-10-04 17:04:19 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-10-04 17:04:19 +0200 |
commit | f5dcad8f9fcd3be5e5dd06a1ded075b27d6d0f3a (patch) | |
tree | 2fa9425a616ca4d2191ddfcc011ad26585d2df14 /gnu/packages/video.scm | |
parent | f88d78b4310cdfc6d77f5c03a9e968f09dcce310 (diff) | |
download | guix-f5dcad8f9fcd3be5e5dd06a1ded075b27d6d0f3a.tar.gz |
gnu: w-scan: Fix compiling with gcc 10.
* gnu/packages/video.scm (w-scan)[arguments]: Add '-fcommon' to CFLAGS.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |