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
@ -1684,7 +1684,8 @@ intended for people who want to learn receiving and sending morse code.")
|
||||
("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 New Issue
Block a user