]> git.pld-linux.org Git - packages/perl.git/blame - perl_585-microperl_uconfig.patch
- rebuild with glibc 2.26 (no xlocale.h header)
[packages/perl.git] / perl_585-microperl_uconfig.patch
CommitLineData
92c205a9 1--- perl-5.14.0/uconfig.sh.orig 2010-03-14 22:15:34.000000000 +0100
c19f4dd8 2+++ perl-5.14.0/uconfig.sh 2010-04-13 18:38:00.35323141 +0200
2daa4fb8 3@@ -5,12 +5,7 @@
260b9147 4 afsroot='/afs'
5 alignbytes='4'
2daa4fb8 6 aphostname='/bin/hostname'
c19f4dd8
JR
7-archlib='/usr/local/lib/perl5/5.26/unknown'
8-archlibexp='/usr/local/lib/perl5/5.26/unknown'
260b9147 9-archname='unknown'
10 asctime_r_proto='0'
11-bin='/usr/local/bin'
2daa4fb8 12-binexp='/usr/local/bin'
b1bef4eb 13 bootstrap_charset='undef'
260b9147 14 byteorder='1234'
15 castflags='0'
253f30cb 16@@ -44,7 +39,7 @@
260b9147 17 d_accessx='undef'
18 d_aintl='undef'
19 d_alarm='undef'
20-d_archlib='undef'
21+d_archlib='define'
7e81db84 22 d_asctime64='undef'
260b9147 23 d_asctime_r='undef'
24 d_atolf='undef'
81febea5 25@@ -232,7 +232,7 @@
cb744251 26 d_link='undef'
7e81db84 27 d_localtime64='undef'
81febea5 28 d_localtime_r='undef'
2daa4fb8 29-d_localtime_r_needs_tzset='undef'
cb744251
JB
30+d_localtime_r_needs_tzset='define'
31 d_locconv='undef'
32 d_lockf='undef'
81febea5 33 d_longdbl='undef'
253f30cb 34@@ -662,14 +657,10 @@
2daa4fb8 35 old_pthread_create_joinable=''
92c205a9 36 optimize=''
260b9147 37 orderlib='false'
38-osname='unknown'
2daa4fb8
AM
39-osvers='unknown'
40 otherlibdirs=' '
41 package='perl5'
92c205a9 42 perl_static_inline='static'
260b9147 43 phostname='hostname'
44 pidtype=int
c19f4dd8
JR
45-privlib='/usr/local/lib/perl5/5.26'
46-privlibexp='/usr/local/lib/perl5/5.26'
260b9147 47 procselfexe=''
48 prototype='undef'
253f30cb 49@@ -700,8 +691,6 @@
7e81db84 50 sPRIXU64='"LX"'
260b9147 51 sSCNfldbl='"llf"'
52 sched_yield='sched_yield()'
53-scriptdir='/usr/local/bin'
54-scriptdirexp='/usr/local/bin'
2730e8ff 55 seedfunc='Perl_drand48_init'
260b9147 56 selectminbits='32'
57 selecttype=int
73319bac
AM
58--- p/uconfig.h~ 2012-08-03 19:35:26.000000000 +0200
59+++ p/uconfig.h 2012-08-28 19:39:39.192490428 +0200
60@@ -4735,5 +4735,5 @@
61
62 /* Generated from:
c19f4dd8
JR
63 * a0cea6273c16c1c5d8625665c84bda01926ce960c26873d4e5596b5b02a53e92 config_h.SH
64- * b1c042726e6a17692921b6947c4e7c196c5c0cee011667ba719b15af7c31e669 uconfig.sh
65+ * e52958b2fc077af6dfab034b997d83d2697d5393063c23449e16d225b491364a uconfig.sh
73319bac 66 * ex: set ro: */
This page took 0.041827 seconds and 4 git commands to generate.