]> git.pld-linux.org Git - packages/perl.git/blob - perl_585-microperl_uconfig.patch
- updated microperl_uconfig patch, now microperl builds
[packages/perl.git] / perl_585-microperl_uconfig.patch
1 --- perl-5.8.5/uconfig.sh       2004-07-04 23:43:22.000000000 +0200
2 +++ perl-5.8.5/uconfig.sh       2004-07-21 20:26:34.639594224 +0200
3 @@ -4,11 +4,7 @@
4  afs='false'
5  afsroot='/afs'
6  alignbytes='4'
7 -archlib='/usr/local/lib/perl5/5.9/unknown'
8 -archlibexp='/usr/local/lib/perl5/5.9/unknown'
9 -archname='unknown'
10  asctime_r_proto='0'
11 -bin='/usr/local/bin'
12  byteorder='1234'
13  castflags='0'
14  charsize='1'
15 @@ -36,7 +32,7 @@
16  d_accessx='undef'
17  d_aintl='undef'
18  d_alarm='undef'
19 -d_archlib='undef'
20 +d_archlib='define'
21  d_asctime_r='undef'
22  d_atolf='undef'
23  d_atoll='undef'
24 @@ -594,11 +590,8 @@
25  obj_ext='.o'
26  optimize='-O2'
27  orderlib='false'
28 -osname='unknown'
29  phostname='hostname'
30  pidtype=int
31 -privlib='/usr/local/lib/perl5/5.9'
32 -privlibexp='/usr/local/lib/perl5/5.9'
33  procselfexe=''
34  prototype='undef'
35  ptrsize='4'
36 @@ -625,8 +618,6 @@
37  sPRIx64='"Lx"'
38  sSCNfldbl='"llf"'
39  sched_yield='sched_yield()'
40 -scriptdir='/usr/local/bin'
41 -scriptdirexp='/usr/local/bin'
42  seedfunc='srand'
43  selectminbits='32'
44  selecttype=int
45 --- perl-5.8.5/Makefile.micro   2004-07-04 23:43:19.000000000 +0200
46 +++ perl-5.8.5/Makefile.micro   2004-07-21 20:28:23.168095384 +0200
47 @@ -34,10 +34,18 @@
48  
49  distclean:     clean
50  
51 +# not really autoconfigured variables (PLD hack, requires patched uconfig.sh)
52 +NRACV = archlib=$(archlib) archlibexp=$(archlibexp) privlib=$(privlib) \
53 +       privlibexp=$(privlibexp) archname=$(archname) osname=$(osname) \
54 +       bin=$(bin) scriptdir=$(scriptdir) scriptdirexp=$(scriptdirexp) \
55 +       usemallocwrap=$(usemallocwrap)
56 +
57  # The microconfiguration.
58  
59  regen_uconfig:
60 -       $(ENV) CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h sh ./config_h.SH
61 +       $(ENV) CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h $(NRACV) sh ./config_h.SH
62
63 + uconfig.h: regen_uconfig
64  
65  # Do not regenerate perly.c and perly.h.
66  
67 --- perl-5.8.7/uconfig.sh.orig  2006-01-23 10:56:57.000000000 +0100
68 +++ perl-5.8.7/uconfig.sh       2006-01-23 11:30:05.000000000 +0100
69 @@ -194,6 +194,7 @@
70  d_ldbl_dig='undef'
71  d_link='undef'
72  d_localtime_r='undef'
73 +d_localtime_r_needs_tzset='define'
74  d_locconv='undef'
75  d_lockf='undef'
76  d_longdbl='undef'
77 @@ -361,6 +362,8 @@
78  d_strerror='undef'
79  d_strerror_r='undef'
80  d_strftime='undef'
81 +d_strlcat='undef'
82 +d_strlcpy='undef'
83  d_strtod='undef'
84  d_strtol='undef'
85  d_strtold='undef'
86 @@ -494,6 +497,7 @@
87  i_machcthr='undef'
88  i_malloc='undef'
89  i_math='define'
90 +d_libm_lib_version='define'
91  i_memory='undef'
92  i_mntent='undef'
93  i_ndbm='undef'
94 @@ -685,6 +689,7 @@
95  usereentrant='undef'
96  usesfio='false'
97  useshrplib='false'
98 +usesitecustomize='undef'
99  usesocks='undef'
100  usethreads='undef'
101  usevendorprefix='undef'
This page took 0.029544 seconds and 3 git commands to generate.