]> git.pld-linux.org Git - packages/perl.git/blame - perl_584-microperl_uconfig.patch
- fixed bug, which could cause providing "perl()"
[packages/perl.git] / perl_584-microperl_uconfig.patch
CommitLineData
2566e829 1--- perl-5.8.4/uconfig.sh.orig 2004-04-26 17:55:48.615159968 +0200
2+++ perl-5.8.4/uconfig.sh 2004-04-26 18:17:25.435013384 +0200
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@@ -37,7 +33,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@@ -595,11 +591,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.7'
32-privlibexp='/usr/local/lib/perl5/5.7'
33 procselfexe=''
34 prototype='undef'
35 ptrsize='4'
36@@ -626,8 +619,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.4/Makefile.micro.orig 2003-08-12 14:58:29.000000000 +0200
46+++ perl-5.8.4/Makefile.micro 2004-04-26 18:03:04.242934480 +0200
e76384df 47@@ -35,10 +35,16 @@
2566e829 48 distclean: clean
49 -rm -f uconfig.h
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) \
e76384df 54+ bin=$(bin) scriptdir=$(scriptdir) scriptdirexp=$(scriptdirexp) \
55+ usemallocwrap=$(usemallocwrap)
2566e829 56+
57 # The microconfiguration.
58
59 uconfig.h: uconfig.sh config_h.SH
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.107874 seconds and 4 git commands to generate.