Fix snafu when clang plugin is disabled

This commit is contained in:
Nick Clifton 2020-11-16 12:05:09 +00:00
parent 1526ec79f4
commit 3b0d1c5aba

View File

@ -306,15 +306,13 @@ fi
%{_mandir}/man1/hardened.1*
%{_mandir}/man1/run-on-binaries-in.1*
%if %{with clangplugin}
%if %{with clangplugin} || %{with llvmplugin}
%{ANNOBIN_CLANG_PLUGIN_DIR}
%endif
%if %{with clangplugin}
%if %{with gccplugin}
%{ANNOBIN_GCC_PLUGIN_DIR}
%endif
%if %{with llvmplugin}
%{ANNOBIN_CLANG_PLUGIN_DIR}
%endif
%if %{with annocheck}
%files annocheck