guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: libtorrent-rasterbar: Add CXXFLAGS.


From: Ludovic Courtès
Subject: 03/08: gnu: libtorrent-rasterbar: Add CXXFLAGS.
Date: Tue, 10 Apr 2018 19:03:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 395541b0182f828103fc7f9edec2bb59616bb112
Author: Fis Trivial <address@hidden>
Date:   Fri Apr 6 20:06:52 2018 +0000

    gnu: libtorrent-rasterbar: Add CXXFLAGS.
    
    * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Add CXXFLAGS.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/bittorrent.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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



reply via email to

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