Accepting request 1119912 from home:AdaLovelace:branches:Base:System
- Fix s390x build with 'gcc -Dalignas=_Alignas' bug#66709 OBS-URL: https://build.opensuse.org/request/show/1119912 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=97
This commit is contained in:
parent
81206a0b70
commit
e446975763
@ -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>
|
Wed Aug 30 15:24:55 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -59,6 +59,9 @@ times.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fomit-frame-pointer \
|
export CFLAGS="%{optflags} -fomit-frame-pointer \
|
||||||
|
%ifarch s390x
|
||||||
|
-Dalignas=_Alignas \
|
||||||
|
%endif
|
||||||
-W -Wall -Wno-unused-parameter -Wstrict-prototypes -Wpointer-arith -fPIE"
|
-W -Wall -Wno-unused-parameter -Wstrict-prototypes -Wpointer-arith -fPIE"
|
||||||
export LDFLAGS="-pie"
|
export LDFLAGS="-pie"
|
||||||
# added because of gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818]
|
# added because of gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818]
|
||||||
|
Loading…
Reference in New Issue
Block a user