Browse Source

disable syntax error lines

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 11 months ago
parent
commit
3c893a41c8
  1. 6
      SPECS/annobin.spec

6
SPECS/annobin.spec

@ -106,9 +106,9 @@ Source: https://nickc.fedorapeople.org/%{annobin_sources} @@ -106,9 +106,9 @@ Source: https://nickc.fedorapeople.org/%{annobin_sources}
%global gcc_next %(v="%{gcc_major}"; echo $((++v)))

# Needed when building the srpm.
%if 0%{?gcc_major} == 0
%global gcc_major 0
%endif
#%if 0%{?gcc_major} == 0
#%global gcc_major 0
#%endif

# This is a gcc plugin, hence gcc is required.
%if %{with_hard_gcc_version_requirement}

Loading…
Cancel
Save