gnu: libtorrent-rasterbar: Remove GCC5 workaround.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]<#:configure-flags>:
Remove "CXXFLAGS".
This commit is contained in:
Marius Bakke 2019-07-03 01:08:14 +02:00
parent d0521758c6
commit 7960bb27c5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

View File

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