diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-03 01:08:14 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-03 01:08:14 +0200 |
commit | 7960bb27c5759ae5f927eaa66a1d5637ebfbe060 (patch) | |
tree | 70ef74f45a1907646dffcf57426890fd61185eca /gnu/packages/bittorrent.scm | |
parent | d0521758c6065c2520071c2652b18e18fc05acf5 (diff) |
gnu: libtorrent-rasterbar: Remove GCC5 workaround.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]<#:configure-flags>:
Remove "CXXFLAGS".
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | gnu/packages/bittorrent.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 1e171dcb6a..e622170815 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -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")) |