mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: opencpn: Fix building with gcc 10.
* gnu/packages/geo.scm (opencpn)[arguments]: Pass '-fcommon' to CFLAGS.
This commit is contained in:
parent
48bd27863f
commit
79edda3874
1 changed files with 2 additions and 1 deletions
|
@ -1885,7 +1885,8 @@ (define-public opencpn
|
||||||
`(#:configure-flags '("-DENABLE_PORTAUDIO=ON"
|
`(#:configure-flags '("-DENABLE_PORTAUDIO=ON"
|
||||||
"-DENABLE_SNDFILE=ON"
|
"-DENABLE_SNDFILE=ON"
|
||||||
"-DBUNDLE_TCDATA=ON"
|
"-DBUNDLE_TCDATA=ON"
|
||||||
"-DBUNDLE_GSHHS=CRUDE")
|
"-DBUNDLE_GSHHS=CRUDE"
|
||||||
|
"-DCMAKE_C_FLAGS=-fcommon")
|
||||||
#:tests? #f ; No tests defined
|
#:tests? #f ; No tests defined
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue