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")
|
(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