Accepting request 1115872 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1115872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=131
This commit is contained in:
Ana Guerrero 2023-10-08 10:17:41 +00:00 committed by Git OBS Bridge
commit aafa2ae9c7
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"