On Wed 28 May 2003 15:20, Andy Dougherty <doughera@lafayette.edu> wrote: > On Wed, 28 May 2003, Alexey Tourbin wrote: > > > Hi, > > > > As of the previous main snapshot (19525) on modern linux system, I found > > out that a2p is linked against too many libraries which it does not > > actually use: > > Yes, a2p has always done that; it's generally been regarded as mostly > harmless. > > This patch will remove those libraries needed only for extensions. It > will still leave some other libraries present, but verifying that we could > safely eliminating all the libraries would require a lot more work, > especially with respect to the less-common ports. > > --- perl-5.8.x/x2p/Makefile.SH Thu Feb 13 11:05:53 2003 > +++ perl-5.8.x-andy/x2p/Makefile.SH Wed May 28 09:07:32 2003 > @@ -39,7 +39,7 @@ > #mallocobj = $mallocobj > shellflags = $shellflags > > -libs = $libs > +libs = $perllibs > > $make_set_make > # grrr You you want this applied to blead? -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11. Smoking perl CORE: smokers@perl.org http://archives.develooper.com/daily-build@perl.org/ perl-qa@perl.org send smoke reports to: smokers-reports@perl.org, QA: http://qa.perl.orgThread Previous | Thread Next