%ghc_set_gcc_flags: no need to define/export CFLAGS and LDFLAGS again

the macros already do that - so reduce the noise
epel9
Jens Petersen 10 months ago
parent 721beebc1c
commit ecda4751eb

@ -78,17 +78,14 @@ fi\
%ghc_set_gcc_flags\ %ghc_set_gcc_flags\
%global _lto_cflags %{nil}\ %global _lto_cflags %{nil}\
%global __brp_strip_lto %{nil}\ %global __brp_strip_lto %{nil}\
CFLAGS="${CFLAGS:-%optflags}"\
%ifarch s390x\ %ifarch s390x\
%if %[v"%{ghc_version}" < v"9.2"]\ %if %[v"%{ghc_version}" < v"9.2"]\
# -Wunused-label is extremely noisy\ # -Wunused-label is extremely noisy\
CFLAGS="$(echo ${CFLAGS:-%optflags} | sed -e 's/-Wall //' -e 's/-Werror=format-security //')"\ CFLAGS="$(echo ${CFLAGS:-%optflags} | sed -e 's/-Wall //' -e 's/-Werror=format-security //')"\
%endif\ %endif\
%endif\ %endif\
export CFLAGS\
%undefine _package_note_flags\ %undefine _package_note_flags\
%global _hardened_ldflags %{nil}\ %global _hardened_ldflags %{nil}\
export LDFLAGS="${LDFLAGS:-%{?__global_ldflags}}"\
%{nil} %{nil}
# configure # configure

Loading…
Cancel
Save