mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: gnuais: Fix building with gcc-10.
* gnu/packages/radio.scm (gnuais)[arguments]: Pass '-fcommon' to CFLAGS.
This commit is contained in:
parent
c36b0cae82
commit
afe8ecdcc0
1 changed files with 2 additions and 1 deletions
|
@ -1684,7 +1684,8 @@ (define-public gnuais
|
|||
("osm-gps-map" ,osm-gps-map)
|
||||
("pulseaudio" ,pulseaudio)))
|
||||
(arguments
|
||||
`(#:tests? #f ; No test suite
|
||||
`(#:configure-flags '("-DCMAKE_C_FLAGS=-fcommon")
|
||||
#:tests? #f ; No test suite
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-paths
|
||||
|
|
Loading…
Reference in a new issue