Accepting request 1112792 from home:Pharaoh_Atem:branches:devel:languages:perl

- Use 64-bit integers on all platforms

OBS-URL: https://build.opensuse.org/request/show/1112792
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=236
This commit is contained in:
Dirk Stoecker 2023-10-05 14:35:46 +00:00 committed by Git OBS Bridge
parent 328f8ae36a
commit 3fafc622c8
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 21 10:51:15 UTC 2023 - Neal Gompa <ngompa@opensuse.org>
- Use 64-bit integers on all platforms
-------------------------------------------------------------------
Wed Jul 19 14:34:43 CEST 2023 - mls@suse.de

View File

@ -202,9 +202,8 @@ options="-Doptimize='%{optflags} -Wall -pipe'"
# -mieee needed for bad alpha gcc optimization
options="-Doptimize='%{optflags} -Wall -pipe -mieee'"
%endif
%ifarch ppc ppc64
# Use 64-bit integers everywhere
options="$options -Duse64bitint"
%endif
# this needs an installed perl, sorry
archname=%(perl -V:archname | sed "s!.*='!!;s!'.*!!")
test -n "$archname"