diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-24 16:21:56 +0000 |
commit | ac5fe96247f4a41c9f94d27f22ec6c765f5c05be (patch) | |
tree | bbf94c6e2b471206ef0ff62cb1529e48e1d6e06e /djgpp | |
parent | 42c30c638503866299537a96b1a414d449615fe9 (diff) | |
download | perl-ac5fe96247f4a41c9f94d27f22ec6c765f5c05be.tar.gz |
Boldly add extensions to be built to VMS, EPOC, UTS,
U/WIN, and VM/ESA (and fixups for DJGPP). Some of
these additions may be too optimistic.
p4raw-id: //depot/perl@9324
Diffstat (limited to 'djgpp')
-rw-r--r-- | djgpp/config.over | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/djgpp/config.over b/djgpp/config.over index 1bdd8ca120..47ac9a3501 100644 --- a/djgpp/config.over +++ b/djgpp/config.over @@ -37,7 +37,9 @@ repair() -e 's=Glob=='\ -e 's/storable/Storable/'\ -e 's/encode/Encode/'\ - -e 's=filter/util/call=Filter/Util/Call=' + -e 's=filter/util/call=Filter/Util/Call=' \ + -e 's=digest/md5=Digest/MD5=' \ + -e 's=perlio/scalar=PerlIO/Scalar=' } static_ext=$(repair "$static_ext") extensions=$(repair "$extensions") |