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

commit 7960bb27c5759ae5f927eaa66a1d5637ebfbe060
Author: Marius Bakke <[email protected]>
Date:   Wed Jul 3 01:08:14 2019 +0200

    gnu: libtorrent-rasterbar: Remove GCC5 workaround.
    
    * gnu/packages/bittorrent.scm 
(libtorrent-rasterbar)[arguments]<#:configure-flags>:
    Remove "CXXFLAGS".
---
 gnu/packages/bittorrent.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 1e171dc..e622170 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -395,8 +395,7 @@ and will take advantage of multiple processor cores where 
possible.")
                             (assoc-ref %build-inputs "boost")
                             "/lib")
              "--enable-python-binding"
-             "--enable-tests"
-             "CXXFLAGS=-std=c++11")     ; Use std::chrono instead of boost
+             "--enable-tests")
        #:make-flags (list
                      (string-append "LDFLAGS=-Wl,-rpath="
                                     (assoc-ref %outputs "out") "/lib"))

Reply via email to