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:
parent
328f8ae36a
commit
3fafc622c8
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user