From abf7f004afc7076340d6c88083a7af1bdf4a3162 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Sun, 26 Nov 2023 00:15:59 +0100 Subject: [PATCH] openscap --- openscap.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/openscap.spec b/openscap.spec index 46f0a39..1336506 100644 --- a/openscap.spec +++ b/openscap.spec @@ -168,6 +168,7 @@ Tool for scanning Atomic containers. %build # gconf is a legacy system not used any more, and it blocks testing of oscap-anaconda-addon # as gconf is no longer part of the installation medium +export CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration" %cmake \ -DWITH_PCRE2=ON \ -DENABLE_PERL=ON \