summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.com2
-rw-r--r--djgpp/config.over4
-rw-r--r--epoc/config.sh2
-rw-r--r--hints/uts.sh2
-rw-r--r--hints/uwin.sh2
-rw-r--r--hints/vmesa.sh4
6 files changed, 9 insertions, 7 deletions
diff --git a/configure.com b/configure.com
index 2dce6d3950..de3efdf2d1 100644
--- a/configure.com
+++ b/configure.com
@@ -2392,7 +2392,7 @@ $ echo "SDBM_File if you have the GDBM library built on your machine."
$ echo ""
$ echo "Which modules do you want to build into perl?"
$! we need to add Byteloader to this list:
-$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname Digest::MD5"
+$ dflt = "re Fcntl Encode Errno File::Glob Filter::Util::Call IO Opcode Devel::Peek Devel::DProf Data::Dumper attrs VMS::Stdio VMS::DCLsym B SDBM_File Storable Thread Sys::Hostname Digest::MD5 PerlIO::Scalar"
$ IF ccname .EQS. "DEC" .OR. ccname .EQS. "CXX"
$ THEN
$ dflt = dflt + " POSIX"
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")
diff --git a/epoc/config.sh b/epoc/config.sh
index b9e8bed4cd..3fe9fb8d27 100644
--- a/epoc/config.sh
+++ b/epoc/config.sh
@@ -396,7 +396,7 @@ emacs=''
eunicefix=':'
exe_ext=''
expr='expr'
-extensions='Data/Dumper File/Glob IO Socket Fcntl Sys/Hostname Errno'
+extensions='Data/Dumper Digest/MD5 Errno Fcntl File/Glob Filter::Util::Call IO Opcode PerlIO::Scalar Socket Storable Sys/Hostname attrs re'
fflushNULL='undef'
fflushall='define'
find=''
diff --git a/hints/uts.sh b/hints/uts.sh
index 2bae4b0acf..f0ab0e2237 100644
--- a/hints/uts.sh
+++ b/hints/uts.sh
@@ -14,5 +14,5 @@ libs='-lsocket -lnsl -ldl -lm'
optimize='undef'
prefix='psf_prefix'
static_ext='none'
-dynamic_ext='Fcntl IO Opcode Socket'
+dynamic_ext='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call GDBM_File IO Opcode PerlIO::Scalar POSIX Socket Storable attrs re'
useshrplib='define'
diff --git a/hints/uwin.sh b/hints/uwin.sh
index cdab6fb715..e55f5322d0 100644
--- a/hints/uwin.sh
+++ b/hints/uwin.sh
@@ -24,7 +24,7 @@ i_utime=undef
# compile/link flags
ldflags=-g
optimize=-g
-static_ext="B Data/Dumper Digest/MD5 Fcntl Filter::Util::Call IO IPC/SysV Opcode POSIX SDBM_File Socket Storable attrs"
+static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV Opcode PerlIO::Scalar POSIX SDBM_File Socket Storable attrs re"
#static_ext=none
# dynamic loading needs work
usedl=undef
diff --git a/hints/vmesa.sh b/hints/vmesa.sh
index d6d5315355..081ee6f027 100644
--- a/hints/vmesa.sh
+++ b/hints/vmesa.sh
@@ -218,7 +218,7 @@ dynamic_ext=''
eagain='EAGAIN'
ebcdic='define'
exe_ext=''
-extensions='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util:Call GDBM_File IO NDBM_File Opcode POSIX Socket Storable IPC/SysV Thread attrs re'
+extensions='Data/Dumper Digest/MD5 Errno Fcntl Filter::Util:Call GDBM_File IO IPC/SysV NDBM_File Opcode PerlIO::Scalar POSIX Socket Storable Thread attrs re'
fpostype='fpos_t'
freetype='void'
groupstype='gid_t'
@@ -317,7 +317,7 @@ sig_num_init='0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,2
sizetype='size_t'
so='.a'
ssizetype='ssize_t'
-static_ext='Data/Dumper Fcntl GDBM_File IO IPC/SysV NDBM_File Opcode POSIX Socket Storable Thread attrs re'
+static_ext='Data/Dumper Digest/MD5 Fcntl Filter::Util::Call GDBM_File IO IPC/SysV NDBM_File Opcode PerlIO::Scalar POSIX Socket Storable Thread attrs re'
stdchar='char'
stdio_cnt='(fp)->__countIn'
stdio_ptr='(fp)->__bufPtr'