~ruther/guix-local

e20dafd0a12e2f9098479e3087fb216d510cd058 — Leo Famulari 9 years ago 44cba47
gnu: gpsbabel: Fix a build failure with GCC 5.

* gnu/packages/gps.scm (gpsbabel)[arguments]: Add -fPIC to #:configure-flags.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/gps.scm
M gnu/packages/gps.scm => gnu/packages/gps.scm +4 -1
@@ 50,7 50,10 @@
    (arguments
     `(#:configure-flags
       '("--with-zlib=system"
         "CXXFLAGS=-std=gnu++11")
         ;; 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")
       #:phases
       (modify-phases %standard-phases
        (add-before 'configure 'pre-configure