gnu: libtorrent-rasterbar: Add CXXFLAGS.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Add CXXFLAGS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Fis Trivial 2018-04-06 20:06:52 +00:00 committed by Ludovic Courtès
parent 0927b5bed6
commit 395541b018
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

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