diff options
author | Tim Bunce <Tim.Bunce@ig.co.uk> | 1994-12-19 22:27:00 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1994-12-19 22:27:00 +0000 |
commit | 42793c05a05499f6592114920af255acb5944481 (patch) | |
tree | 4e586d76e6f9ce3c2bda834eb634cc0f611e587c /ext/NDBM_File/Makefile.PL | |
parent | a0d0e21ea6ea90a22318550944fe6cb09ae10cda (diff) | |
download | perl-42793c05a05499f6592114920af255acb5944481.tar.gz |
This is my patch patch.0a for perl5.000.
[Actually, that's a lie. This is just MakeMaker 3.6. I've just
usurped the letter 'a' to fit it into my patch sequence.]
Andy Dougherty doughera@lafcol.lafayette.edu
Dept. of Physics
Lafayette College, Easton PA
this patch includes:
- My recently posted 'Very small patches to AutoSplit.pm and Cwd.pm'
(with no changes).
- A previous small patch to DynaLoader .bs handling with one addition:
! if (-f $bs) {
! if (-s $bs) { # only read file if it's not empty
- A recently posted patch to hints/aix.sh (with cosmetic changes).
Hopefully no further changes to MakeMaker will be needed before perl5.001.
If any changes are required I intend that they will be release as patches
to be applied over this one. This is the last MakeMaker jumbo patch for
perl5.000.
Patch and enjoy.
Regards,
Tim Bunce.
p.s. I'll be around until about 4pm GMT tomorrow (Tuesday), after that
I'm off for Christmas. This has been a great year for me. I have very
much enjoyed working with the perl5-porters and I wish you all a
wonderful and merry Christmas and a very happy New Year.
Diffstat (limited to 'ext/NDBM_File/Makefile.PL')
-rw-r--r-- | ext/NDBM_File/Makefile.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/NDBM_File/Makefile.PL b/ext/NDBM_File/Makefile.PL new file mode 100644 index 0000000000..b334525212 --- /dev/null +++ b/ext/NDBM_File/Makefile.PL @@ -0,0 +1,2 @@ +use ExtUtils::MakeMaker; +WriteMakefile(LIBS => ["-lndbm", "-ldbm"]); |