]> git.pld-linux.org Git - packages/perl.git/blob - perl_585-microperl_uconfig.patch
- 5.8.5
[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,16 @@
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  # Do not regenerate perly.c and perly.h.
64  
This page took 0.132092 seconds and 4 git commands to generate.