Accepting request 1120193 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1120193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=65
This commit is contained in:
Ana Guerrero 2023-10-27 20:27:50 +00:00 committed by Git OBS Bridge
commit 88feccacc9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 24 08:56:10 UTC 2023 - Sarah Kriesch <sarah.kriesch@opensuse.org>
- Fix s390x build with 'gcc -Dalignas=_Alignas' bug#66709
-------------------------------------------------------------------
Wed Aug 30 15:24:55 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -59,6 +59,9 @@ times.
%build
export CFLAGS="%{optflags} -fomit-frame-pointer \
%ifarch s390x
-Dalignas=_Alignas \
%endif
-W -Wall -Wno-unused-parameter -Wstrict-prototypes -Wpointer-arith -fPIE"
export LDFLAGS="-pie"
# added because of gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818]