diff --git a/perl.changes b/perl.changes index d533010..3b4c8a6 100644 --- a/perl.changes +++ b/perl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 21 10:51:15 UTC 2023 - Neal Gompa + +- Use 64-bit integers on all platforms + ------------------------------------------------------------------- Wed Jul 19 14:34:43 CEST 2023 - mls@suse.de diff --git a/perl.spec b/perl.spec index 8a09a9c..699e232 100644 --- a/perl.spec +++ b/perl.spec @@ -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"