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
@ -1885,7 +1885,8 @@ exchanged form one Spatial DBMS and the other.")
|
||||
`(#:configure-flags '("-DENABLE_PORTAUDIO=ON"
|
||||
"-DENABLE_SNDFILE=ON"
|
||||
"-DBUNDLE_TCDATA=ON"
|
||||
"-DBUNDLE_GSHHS=CRUDE")
|
||||
"-DBUNDLE_GSHHS=CRUDE"
|
||||
"-DCMAKE_C_FLAGS=-fcommon")
|
||||
#:tests? #f ; No tests defined
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
Loading…
Reference in New Issue
Block a user