diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 11:55:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 11:55:06 +0000 |
commit | 93121600bba1d790ccf4d313750cd86ebd760391 (patch) | |
tree | bd52f05ba2e09d38062112f7762e7adfbce62e26 /MANIFEST | |
parent | 30db15becd51cfde87da4e4c700076871cd415ee (diff) | |
download | perl-93121600bba1d790ccf4d313750cd86ebd760391.tar.gz |
In some Linux distributions the libndbm is broken
(no null key support), therefore link with libgdbm
(if available), since it has a working ndbm emulation,
from Jonathan Stowe.
p4raw-id: //depot/perl@10984
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -386,6 +386,7 @@ ext/MIME/Base64/t/unicode.t See whether MIME::Base64 works ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture +ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/sco.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/svr4.pl Hint for NDBM_File for named architecture |