[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31083] [PATCH 1/2] gnu: libtorrent-rasterbar: Add CXXFLAGS.
From: |
Ludovic Courtès |
Subject: |
[bug#31083] [PATCH 1/2] gnu: libtorrent-rasterbar: Add CXXFLAGS. |
Date: |
Mon, 09 Apr 2018 22:59:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi,
Fis Trivial <address@hidden> 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’.