diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-25 04:23:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-03-25 04:23:24 +0000 |
commit | 160d5bf43c84e9ab7773694c152c81c6d5a0f7c2 (patch) | |
tree | 9232803fc9ad2b3c4e478d89cc5beed540a40bb0 /hints/uwin.sh | |
parent | 7975e2ef3c4db4170a15045c4786caa6d631d6a4 (diff) | |
download | perl-160d5bf43c84e9ab7773694c152c81c6d5a0f7c2.tar.gz |
Add MIME::Base64 here and there. Again, a lot of
optimism is in the air.
p4raw-id: //depot/perl@9337
Diffstat (limited to 'hints/uwin.sh')
-rw-r--r-- | hints/uwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/uwin.sh b/hints/uwin.sh index e55f5322d0..b8dd26cc32 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 Errno Fcntl Filter::Util::Call IO IPC/SysV Opcode PerlIO::Scalar POSIX SDBM_File Socket Storable attrs re" +static_ext="B Data/Dumper Digest/MD5 Errno Fcntl Filter::Util::Call IO IPC/SysV MIME::Base64 Opcode PerlIO::Scalar POSIX SDBM_File Socket Storable attrs re" #static_ext=none # dynamic loading needs work usedl=undef |