me
/
guix
Archived
1
0
Fork 0

gnu: opencpn: Fix building with gcc 10.

* gnu/packages/geo.scm (opencpn)[arguments]: Pass '-fcommon' to CFLAGS.
master
Guillaume Le Vaillant 2021-09-05 11:48:59 +02:00
parent 48bd27863f
commit 79edda3874
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 1 deletions

View File

@ -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