Remove explicit %set_build_flags, not needed since F36

https://www.fedoraproject.org/wiki/Changes/SetBuildFlagsBuildCheck
This commit is contained in:
Benjamin A. Beasley 2023-06-03 11:51:21 -04:00
parent 2327bc8a32
commit 6caef3f0f6

View File

@ -149,7 +149,6 @@ popd
# code with license problems in the source RPM.
%{python3} '%{SOURCE3}' --exceptions '%{SOURCE4}' --with dev node_modules_dev
%set_build_flags
# http-loose-request.c:7205:20: error: invalid conversion from 'void*' to
# 'const unsigned char*' [-fpermissive]
# 7205 | start = state->_span_pos0;