]> git.pld-linux.org Git - packages/perl.git/blob - perl_585-microperl_uconfig.patch
- updated microperl_uconfig patch is back, 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 @@ -194,6 +194,7 @@
25  d_ldbl_dig='undef'
26  d_link='undef'
27  d_localtime_r='undef'
28 +d_localtime_r_needs_tzset='define'
29  d_locconv='undef'
30  d_lockf='undef'
31  d_longdbl='undef'
32 @@ -594,11 +591,8 @@
33  obj_ext='.o'
34  optimize='-O2'
35  orderlib='false'
36 -osname='unknown'
37  phostname='hostname'
38  pidtype=int
39 -privlib='/usr/local/lib/perl5/5.9'
40 -privlibexp='/usr/local/lib/perl5/5.9'
41  procselfexe=''
42  prototype='undef'
43  ptrsize='4'
44 @@ -625,8 +619,6 @@
45  sPRIx64='"Lx"'
46  sSCNfldbl='"llf"'
47  sched_yield='sched_yield()'
48 -scriptdir='/usr/local/bin'
49 -scriptdirexp='/usr/local/bin'
50  seedfunc='srand'
51  selectminbits='32'
52  selecttype=int
53 --- perl-5.8.5/Makefile.micro   2004-07-04 23:43:19.000000000 +0200
54 +++ perl-5.8.5/Makefile.micro   2004-07-21 20:28:23.168095384 +0200
55 @@ -34,10 +34,18 @@
56  
57  distclean:     clean
58  
59 +# not really autoconfigured variables (PLD hack, requires patched uconfig.sh)
60 +NRACV = archlib=$(archlib) archlibexp=$(archlibexp) privlib=$(privlib) \
61 +       privlibexp=$(privlibexp) archname=$(archname) osname=$(osname) \
62 +       bin=$(bin) scriptdir=$(scriptdir) scriptdirexp=$(scriptdirexp) \
63 +       usemallocwrap=$(usemallocwrap)
64 +
65  # The microconfiguration.
66  
67  regen_uconfig:
68 -       $(ENV) CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h sh ./config_h.SH
69 +       $(ENV) CONFIG_SH=uconfig.sh CONFIG_H=uconfig.h $(NRACV) sh ./config_h.SH
70
71 + uconfig.h: regen_uconfig
72  
73  # Do not regenerate perly.c and perly.h.
74  
This page took 0.025982 seconds and 3 git commands to generate.