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

View file

@ -391,7 +391,8 @@ (define-public libtorrent-rasterbar
(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"))))