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 -- Andy Dougherty doughera@lafayette.edu Dept. of Physics Lafayette College, Easton PA 18042Thread Previous | Thread Next