mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: gpsbabel: Remove GCC 5 workaround.
* gnu/packages/gps.scm (gpsbabel)[arguments]<#:configure-flags>: Remove "CXXFLAGS".
This commit is contained in:
parent
e4e2bef12d
commit
cfad3defb7
1 changed files with 1 additions and 5 deletions
|
@ -66,11 +66,7 @@ (define-public gpsbabel
|
|||
;; TODO: "make doc" requires Docbook & co.
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
'("--with-zlib=system"
|
||||
;; XXX Use -fPIC to work around build problems with Qt, GCC 5, and
|
||||
;; recent binutils:
|
||||
;; https://codereview.qt-project.org/#/c/111787/
|
||||
"CXXFLAGS=-std=gnu++11 -fPIC")
|
||||
'("--with-zlib=system")
|
||||
;; On i686, 'raymarine.test' fails because of a rounding error:
|
||||
;; <http://hydra.gnu.org/build/133040>. As a workaround, disable tests
|
||||
;; on these platforms.
|
||||
|
|
Loading…
Reference in a new issue