|
|
@ -332,7 +332,7 @@ autoconf
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
# -Wunused-label is extremely noisy
|
|
|
|
# -Wunused-label is extremely noisy
|
|
|
|
%ifarch aarch64 s390x
|
|
|
|
%ifarch aarch64 s390x
|
|
|
|
CFLAGS="${CFLAGS:-$(echo %optflags | sed -e 's/-Wall -Werror=format-security //')}"
|
|
|
|
CFLAGS="${CFLAGS:-$(echo %optflags | sed -e 's/-Wall //' -e 's/-Werror=format-security //')}"
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
CFLAGS="${CFLAGS:-%optflags}"
|
|
|
|
CFLAGS="${CFLAGS:-%optflags}"
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|