]> git.pld-linux.org Git - packages/perl.git/blob - perl_580-microperl_uconfig.patch
- rel 0.52 for ac
[packages/perl.git] / perl_580-microperl_uconfig.patch
1 --- perl-5.8.0.orig/uconfig.sh  Sat Jun  1 17:03:51 2002
2 +++ perl-5.8.0/uconfig.sh       Fri Mar 14 23:54:47 2003
3 @@ -5,11 +5,7 @@
4  afsroot='/afs'
5  alignbytes='4'
6  apiversion='5.005'
7 -archlib='/usr/local/lib/perl5/5.7/unknown'
8 -archlibexp='/usr/local/lib/perl5/5.7/unknown'
9 -archname='unknown'
10  asctime_r_proto='0'
11 -bin='/usr/local/bin'
12  byteorder='1234'
13  castflags='0'
14  charsize='1'
15 @@ -32,7 +32,7 @@
16  d_access='undef'
17  d_accessx='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 @@ -588,12 +584,9 @@
25  obj_ext='.o'
26  optimize='-O2'
27  orderlib='false'
28 -osname='unknown'
29  phostname='hostname'
30  pidtype=int
31  pm_apiversion='5.005'
32 -privlib='/usr/local/lib/perl5/5.7'
33 -privlibexp='/usr/local/lib/perl5/5.7'
34  procselfexe=''
35  prototype='undef'
36  ptrsize='4'
37 @@ -620,8 +613,6 @@
38  sPRIx64='"Lx"'
39  sSCNfldbl='"llf"'
40  sched_yield='sched_yield()'
41 -scriptdir='/usr/local/bin'
42 -scriptdirexp='/usr/local/bin'
43  seedfunc='srand'
44  selectminbits='32'
45  selecttype=int
46 --- perl-5.8.0.orig/Makefile.micro      Sat Jun  1 17:02:47 2002
47 +++ perl-5.8.0/Makefile.micro   Sat Mar 15 00:11:33 2003
48 @@ -34,10 +34,16 @@
49  distclean:     clean
50         -rm -f uconfig.h
51  
52 +# not really autoconfigured variables (PLD hack, requires patched uconfig.sh)
53 +NRACV = archlib=$(archlib) archlibexp=$(archlibexp) privlib=$(privlib) \
54 +       privlibexp=$(privlibexp) archname=$(archname) osname=$(osname) \
55 +       bin=$(bin) scriptdir=$(scriptdir) scriptdirexp=$(scriptdirexp)
56 +
57 +
58  # The microconfiguration.
59  
60  uconfig.h:     uconfig.sh config_h.SH
61 -       CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h sh ./config_h.SH
62 +       CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h $(NRACV) sh ./config_h.SH
63  
64  # Do not regenerate perly.c and perly.h.
65  
This page took 0.536118 seconds and 3 git commands to generate.