From 2ebd73f8d6bfd3989b2761534d0c0062f94e64d9 Mon Sep 17 00:00:00 2001 From: Tim Stack Date: Fri, 30 Jun 2023 11:28:17 -0700 Subject: [PATCH] [build] enable gcc-11 --- release/lnav.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release/lnav.spec b/release/lnav.spec index 1c96ef46..6a4e2de8 100644 --- a/release/lnav.spec +++ b/release/lnav.spec @@ -60,8 +60,7 @@ quickly and efficiently focus on problems. %autosetup -p1 %build -export CC=gcc-11 -export CXX=g++-11 +source /opt/rh/gcc-toolset-11/enable autoreconf -fiv %configure \ --disable-silent-rules \