From 2a7a0e474ac1424bdee713dffe3770ce1eb377fb Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 23 Mar 2026 11:59:33 +0200 Subject: [PATCH] gnu: libcutl: Build with default gcc. * gnu/packages/cpp.scm (libcutl)[native-inputs]: Remove gcc-10. [arguments]: Add make-flag to set the C++ standard used. Change-Id: Ica9df67f9ebda5f7abf038f9572e45b717677148 --- gnu/packages/cpp.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 03f2cbc4d4..11ddd2a75d 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -3172,12 +3172,11 @@ from C++.") (arguments `(#:configure-flags (list "--disable-static" ;;"--with-external-boost" - "--with-external-expat"))) + "--with-external-expat") + #:make-flags (list "CXXFLAGS=-std=c++11 -O2 -g"))) (inputs (list ;;("boost ,boost) expat)) - (native-inputs - (list gcc-10)) ;does not build with gcc-12 (home-page "https://www.codesynthesis.com/projects/libcutl/") (synopsis "C++ utility library with generic and independent components") (description "libcutl is a C++ utility library. It contains a collection