mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -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)
|
("osm-gps-map" ,osm-gps-map)
|
||||||
("pulseaudio" ,pulseaudio)))
|
("pulseaudio" ,pulseaudio)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No test suite
|
`(#:configure-flags '("-DCMAKE_C_FLAGS=-fcommon")
|
||||||
|
#:tests? #f ; No test suite
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-paths
|
(add-after 'unpack 'fix-paths
|
||||||
|
|
Loading…
Reference in a new issue