gnu: libtorrent-rasterbar: Remove GCC5 workaround.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]<#:configure-flags>: Remove "CXXFLAGS".
This commit is contained in:
parent
d0521758c6
commit
7960bb27c5
|
@ -395,8 +395,7 @@ and will take advantage of multiple processor cores where possible.")
|
|||
(assoc-ref %build-inputs "boost")
|
||||
"/lib")
|
||||
"--enable-python-binding"
|
||||
"--enable-tests"
|
||||
"CXXFLAGS=-std=c++11") ; Use std::chrono instead of boost
|
||||
"--enable-tests")
|
||||
#:make-flags (list
|
||||
(string-append "LDFLAGS=-Wl,-rpath="
|
||||
(assoc-ref %outputs "out") "/lib"))
|
||||
|
|
Loading…
Reference in New Issue