]> git.pld-linux.org Git - packages/perl.git/blame - perl_585-microperl_uconfig.patch
- rediff patches
[packages/perl.git] / perl_585-microperl_uconfig.patch
CommitLineData
f3564b55
JR
1diff -urNp -x '*.orig' perl-5.32.1.org/uconfig.h perl-5.32.1/uconfig.h
2--- perl-5.32.1.org/uconfig.h 2020-12-18 11:04:36.000000000 +0100
3+++ perl-5.32.1/uconfig.h 2021-04-01 22:48:37.569619974 +0200
4@@ -5261,5 +5261,5 @@
5
6 /* Generated from:
7 * 14796a77fb4ae3335f5e589a98445bc6e838b688194f6f112537495f0814f5d5 config_h.SH
8- * 6e8898de349ca5bd5102aa12be91e6884110157cb9267e661f6fc797bbd54649 uconfig.sh
9+ * 5d72b5bac11a4773e6490158d2275d9d933929c27b1a0728324e14addf64b9cb uconfig.sh
10 * ex: set ro: */
11diff -urNp -x '*.orig' perl-5.32.1.org/uconfig.sh perl-5.32.1/uconfig.sh
12--- perl-5.32.1.org/uconfig.sh 2020-12-18 11:04:36.000000000 +0100
13+++ perl-5.32.1/uconfig.sh 2021-04-01 22:48:37.569619974 +0200
14@@ -6,12 +6,7 @@ afs='false'
260b9147 15 afsroot='/afs'
16 alignbytes='4'
2daa4fb8 17 aphostname='/bin/hostname'
402c35f4
AM
18-archlib='/usr/local/lib/perl5/5.32/unknown'
19-archlibexp='/usr/local/lib/perl5/5.32/unknown'
260b9147 20-archname='unknown'
21 asctime_r_proto='0'
22-bin='/usr/local/bin'
2daa4fb8 23-binexp='/usr/local/bin'
b1bef4eb 24 bootstrap_charset='undef'
260b9147 25 byteorder='1234'
26 castflags='0'
f3564b55
JR
27@@ -48,7 +43,7 @@ d_accessx='undef'
28 d_acosh='undef'
260b9147 29 d_aintl='undef'
30 d_alarm='undef'
31-d_archlib='undef'
32+d_archlib='define'
7e81db84 33 d_asctime64='undef'
260b9147 34 d_asctime_r='undef'
f3564b55
JR
35 d_asinh='undef'
36@@ -292,7 +287,7 @@ d_llroundl='undef'
37 d_localeconv_l='undef'
7e81db84 38 d_localtime64='undef'
81febea5 39 d_localtime_r='undef'
2daa4fb8 40-d_localtime_r_needs_tzset='undef'
cb744251
JB
41+d_localtime_r_needs_tzset='define'
42 d_locconv='undef'
43 d_lockf='undef'
f3564b55
JR
44 d_log1p='undef'
45@@ -774,15 +769,11 @@ obj_ext='.o'
2daa4fb8 46 old_pthread_create_joinable=''
92c205a9 47 optimize=''
260b9147 48 orderlib='false'
49-osname='unknown'
2daa4fb8
AM
50-osvers='unknown'
51 otherlibdirs=' '
52 package='perl5'
92c205a9 53 perl_static_inline='static'
260b9147 54 phostname='hostname'
55 pidtype=int
402c35f4
AM
56-privlib='/usr/local/lib/perl5/5.32'
57-privlibexp='/usr/local/lib/perl5/5.32'
260b9147 58 procselfexe=''
59 prototype='undef'
f3564b55
JR
60 ptrsize='4'
61@@ -813,8 +804,6 @@ sPRIu64='"Lu"'
62 sPRIx64='"Lx"'
260b9147 63 sSCNfldbl='"llf"'
64 sched_yield='sched_yield()'
65-scriptdir='/usr/local/bin'
66-scriptdirexp='/usr/local/bin'
2730e8ff 67 seedfunc='Perl_drand48_init'
260b9147 68 selectminbits='32'
69 selecttype=int
This page took 0.04967 seconds and 4 git commands to generate.