[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63243: [PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11'.
From: |
Ludovic Courtès |
Subject: |
bug#63243: [PATCH] gnu: bear: Build against 'abseil-cpp-cxxstd11'. |
Date: |
Fri, 05 May 2023 23:53:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Andrew,
Andrew Whatson <whatson@tailcall.au> skribis:
> Fixes a linker error when building bear, caused by incompatibility
> between abseil-cpp used by bear and abseil-cpp-cxxstd11 used by grpc.
>
> * gnu/packages/build-tools.scm (bear)[native-inputs]: Use
> ABSEIL-CPP-CXXSTD11.
Applied, thanks!
Ludo’.