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:
parent
0927b5bed6
commit
395541b018
|
@ -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"))))
|
||||||
|
|
Loading…
Reference in New Issue