GNU bug report logs -
#31083
[PATCH 1/2] gnu: libtorrent-rasterbar: Add CXXFLAGS.
Previous Next
Reported by: Fis Trivial <ybbs.daans <at> hotmail.com>
Date: Fri, 6 Apr 2018 20:08:02 UTC
Severity: normal
Tags: fixed, patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #11 received at 31083 <at> debbugs.gnu.org (full text, mbox):
Hi,
Fis Trivial <ybbs.daans <at> hotmail.com> skribis:
> * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Add CXXFLAGS.
> ---
> gnu/packages/bittorrent.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
> index dc051e262..b168f88e0 100644
> --- a/gnu/packages/bittorrent.scm
> +++ b/gnu/packages/bittorrent.scm
> @@ -391,7 +391,8 @@ and will take advantage of multiple processor cores where possible.")
> (assoc-ref %build-inputs "boost")
> "/lib")
> "--enable-python-binding"
> - "--enable-tests")
> + "--enable-tests"
> + "CXXFLAGS=-std=c++11") ; Use std::chrono instead of boost
Does that mean we can remove Boost from the dependencies or is it still
needed for other bits?
Thank you,
Ludo’.
This bug report was last modified 7 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.