mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ exchanged form one Spatial DBMS and the other.")
|
||||||
`(#: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…
Add table
Add a link
Reference in a new issue