guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/18: gnu: gpsbabel: Remove GCC 5 workaround.


From: guix-commits
Subject: 03/18: gnu: gpsbabel: Remove GCC 5 workaround.
Date: Wed, 31 Jul 2019 08:58:38 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cfad3defb727ff3f0df0382531963911e9d38f1e
Author: Marius Bakke <address@hidden>
Date:   Tue Jul 23 16:06:22 2019 +0200

    gnu: gpsbabel: Remove GCC 5 workaround.
    
    * gnu/packages/gps.scm (gpsbabel)[arguments]<#:configure-flags>: Remove
    "CXXFLAGS".
---
 gnu/packages/gps.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 852d095..2d24a9a 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -66,11 +66,7 @@
     ;; 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]