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:
commit
88feccacc9
@ -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…
x
Reference in New Issue
Block a user