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

View file

@ -395,8 +395,7 @@ (define-public libtorrent-rasterbar
(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"))