mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue