gnu: gpsbabel: Remove GCC 5 workaround.

* gnu/packages/gps.scm (gpsbabel)[arguments]<#:configure-flags>: Remove
"CXXFLAGS".
This commit is contained in:
Marius Bakke 2019-07-23 16:06:22 +02:00
parent e4e2bef12d
commit cfad3defb7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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