guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: bear: Build against 'abseil-cpp-cxxstd11'.


From: guix-commits
Subject: 04/08: gnu: bear: Build against 'abseil-cpp-cxxstd11'.
Date: Fri, 5 May 2023 18:06:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 61775aad6fb5d626e5ad66f9b297dbb0a13cf513
Author: Andrew Whatson <whatson@tailcall.au>
AuthorDate: Wed May 3 16:43:35 2023 +1000

    gnu: bear: Build against 'abseil-cpp-cxxstd11'.
    
    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.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/build-tools.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index bcca229466..33d91e6043 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -154,7 +154,7 @@ makes a few sacrifices to acquire fast full and incremental 
build times.")
        ("re2" ,re2)
        ("spdlog" ,spdlog-1.10)))
     (native-inputs
-     `(("abseil-cpp" ,abseil-cpp)
+     `(("abseil-cpp" ,abseil-cpp-cxxstd11)
        ("googletest" ,googletest)
        ("openssl" ,openssl)
        ("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]