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