From 89e91e12f50bf2c99bb623cf1cbe0c253c6ea87b Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Fri, 29 Apr 2022 18:53:03 +0200 Subject: [PATCH] enables gcc-toolset-11 on el8 --- keepassxc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/keepassxc.spec b/keepassxc.spec index b7e1fde..e9c177f 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -117,6 +117,7 @@ information can be considered as quite safe. # https://bugzilla.redhat.com/show_bug.cgi?id=1859390 # https://bugzilla.redhat.com/show_bug.cgi?id=1820896 %if 0%{?el8} +. /opt/rh/gcc-toolset-11/enable %cmake \ -DWITH_TESTS=OFF \ -DWITH_XC_ALL=ON \